summaryrefslogtreecommitdiffstats
path: root/test/test-stk-menu
diff options
context:
space:
mode:
authorJeevaka Badrappan <jeevaka.badrappan@elektrobit.com>2011-01-26 14:38:08 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-01-26 15:24:01 +0100
commit87494fb940bf3c8fe2641014f86e8e133a3dcf27 (patch)
tree25eb2426ecd08ce8ff4bc4572decef18e5984d3e /test/test-stk-menu
parentce6a3ad264a257a8cf866a31277915a08408244b (diff)
downloadofono-87494fb940bf3c8fe2641014f86e8e133a3dcf27.tar.bz2
test: Add support for DisplayActionInformation
Diffstat (limited to 'test/test-stk-menu')
-rwxr-xr-xtest/test-stk-menu6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test-stk-menu b/test/test-stk-menu
index 85b98ca3..639fe77d 100755
--- a/test/test-stk-menu
+++ b/test/test-stk-menu
@@ -192,6 +192,12 @@ class StkAgent(dbus.service.Object):
if key == 't':
raise EndSession("User wishes to terminate session");
+ @dbus.service.method("org.ofono.SimToolkitAgent",
+ in_signature="sy", out_signature="")
+ def DisplayActionInformation(self, text, icon):
+ print "Text: %s" % (text)
+ print "Icon: %d" % (icon)
+
def property_changed(name, value):
print "SimToolKit property: %s changed to '%s'" % (name, value)