Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestNotificationListener.java87 public void addTestPackage(String packageName) { in addTestPackage() method in TestNotificationListener
155 mNotificationListener.addTestPackage(testPackage); in NotificationHelper()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DCtsReportHandler.java87 mCtsReportBld.addTestPackage(mTestPackageBld); in endElement()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java1086 mListener.addTestPackage(PRESSURE_APP_00); in testRankingUpdateSentWithPressure()
1087 mListener.addTestPackage(PRESSURE_APP_01); in testRankingUpdateSentWithPressure()
1088 mListener.addTestPackage(PRESSURE_APP_02); in testRankingUpdateSentWithPressure()
1089 mListener.addTestPackage(PRESSURE_APP_03); in testRankingUpdateSentWithPressure()
1090 mListener.addTestPackage(PRESSURE_APP_04); in testRankingUpdateSentWithPressure()
1091 mListener.addTestPackage(PRESSURE_APP_05); in testRankingUpdateSentWithPressure()
1092 mListener.addTestPackage(PRESSURE_APP_06); in testRankingUpdateSentWithPressure()
1093 mListener.addTestPackage(PRESSURE_APP_07); in testRankingUpdateSentWithPressure()
2744 mListener.addTestPackage(TRAMPOLINE_APP); in testActivityStartOnBroadcastTrampoline_isBlocked()
2768 mListener.addTestPackage(TRAMPOLINE_APP); in testActivityStartOnServiceTrampoline_isBlocked()
[all …]
/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationListener.java98 public void addTestPackage(String packageName) { in addTestPackage() method in TestNotificationListener
DNotificationHelper.java196 mNotificationListener.addTestPackage(pkg); in enableListener()