Home
last modified time | relevance | path

Searched defs:listenerComponent (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DLegacyNotificationManager20Test.java174 final ComponentName listenerComponent = TestNotificationListener.getComponentName(); in toggleListenerAccess() local
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DLegacyNotificationManagerTest.java413 final ComponentName listenerComponent = TestNotificationListener.getComponentName(); in toggleListenerAccess() local
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java785 final ComponentName listenerComponent = TestNotificationListener.getComponentName(); in toggleListenerAccess() local
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java728 final ComponentName listenerComponent = TestNotificationListener.getComponentName(); in toggleListenerAccess() local
733 private void toggleExternalListenerAccess(ComponentName listenerComponent, boolean on) in toggleExternalListenerAccess()