Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/notifications/
DNotificationsTest.java22 import static com.android.bedstead.nene.notifications.Notifications.LISTENER_COMPONENT;
60 LISTENER_COMPONENT, true, USER); in setNotificationListenerAccessGranted_true_notificationListenerAccessIsGranted()
63 LISTENER_COMPONENT.componentName())).isTrue(); in setNotificationListenerAccessGranted_true_notificationListenerAccessIsGranted()
69 LISTENER_COMPONENT, false, USER); in setNotificationListenerAccessGranted_false_notificationListenerAccessIsNotGranted()
72 LISTENER_COMPONENT.componentName())).isFalse(); in setNotificationListenerAccessGranted_false_notificationListenerAccessIsNotGranted()
86 LISTENER_COMPONENT, /* granted= */ true, /* user= */ null)); in setNotificationListenerAccessGranted_nullUser_throwsException()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNotifications.kt75 LISTENER_COMPONENT, granted = true, TestApis.users().instrumented() in <lambda>()
88 LISTENER_COMPONENT, granted = false, TestApis.users().instrumented() in <lambda>()
132 val LISTENER_COMPONENT: ComponentReference = TestApis.packages().component( in <lambda>() constant