Home
last modified time | relevance | path

Searched refs:doCmd (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationShellCmdTest.java100 private void doCmd(String... args) { in doCmd() method in NotificationShellCmdTest
107 doCmd(); in testNoArgs()
112 doCmd("--help"); in testHelp()
133 doCmd("notify", in testBasic()
145 doCmd("notify", "--icon", "@android:drawable/stat_sys_adb", aTag, aText); in testIcon()
157 doCmd("notify", in testBigText()
172 doCmd("notify", in testBigPicture()
199 doCmd(args.toArray(new String[0])); in testInbox()
247 doCmd(args.toArray(new String[0])); in testMessaging()