Home
last modified time | relevance | path

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

/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DLegacyNotificationManagerTest.java78 toggleListenerAccess(TestNotificationListener.getId(), in setUp()
80 toggleListenerAccess(SecondaryNotificationListener.getId(), in setUp()
90 toggleListenerAccess(TestNotificationListener.getId(), in tearDown()
92 toggleListenerAccess(SecondaryNotificationListener.getId(), in tearDown()
181 toggleListenerAccess(TestNotificationListener.getId(), in testSuspendPackage()
205 toggleListenerAccess(TestNotificationListener.getId(), in testSuspendPackage()
213 toggleListenerAccess(TestNotificationListener.getId(), in testSuspendedPackageSendNotification()
235 toggleListenerAccess(TestNotificationListener.getId(), in testSuspendedPackageSendNotification()
246 toggleListenerAccess( in testResetListenerHints_singleListener()
269 toggleListenerAccess(TestNotificationListener.getId(), in testResetListenerHints_multiListener()
[all …]
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DLegacyNotificationManager20Test.java71 toggleListenerAccess(TestNotificationListener.getId(), in setUp()
82 toggleListenerAccess(TestNotificationListener.getId(), in tearDown()
90 toggleListenerAccess(TestNotificationListener.getId(), in testNotificationListener_cancelNotifications()
165 private void toggleListenerAccess(String componentName, Instrumentation instrumentation, in toggleListenerAccess() method in LegacyNotificationManager20Test
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java254 toggleListenerAccess(false); in setUp()
300 toggleListenerAccess(false); in tearDown()
532 toggleListenerAccess(true); in setUpNotifListener()
717 private void toggleListenerAccess(boolean on) throws IOException { in toggleListenerAccess() method in NotificationManagerTest
718 toggleListenerAccess(mContext, on); in toggleListenerAccess()
721 public static void toggleListenerAccess(Context context, boolean on) throws IOException { in toggleListenerAccess() method in NotificationManagerTest
1548 toggleListenerAccess(true); in testSuspendPackage()
1589 toggleListenerAccess(true); in testSuspendedPackageSendsNotification()
1641 toggleListenerAccess(true); in testCanBubble_ranking()
1685 toggleListenerAccess(true); in testShowBadging_ranking()
[all …]
DCloseSystemDialogsTest.java20 import static android.app.cts.NotificationManagerTest.toggleListenerAccess;
123 toggleListenerAccess(mContext, true); in setUp()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java103 toggleListenerAccess(false); in tearDown()
110 toggleListenerAccess(true); in testOnNotificationEnqueued()
708 toggleListenerAccess(true); in setUpListeners()
775 private void toggleListenerAccess(boolean on) throws IOException { in toggleListenerAccess() method