HomeSort by relevance Sort by last modified time
    Searched refs:LISTENER_PATH (Results 1 - 3 of 3) sorted by null

  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
NotificationListenerActivity.java 42 private static final String LISTENER_PATH = "com.android.example.notificationlistener/" +
95 if (listeners != null && listeners.contains(LISTENER_PATH)) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java 66 protected static final String LISTENER_PATH = "com.android.cts.verifier/" +
426 if (listeners != null && listeners.contains(LISTENER_PATH)) {
619 if (listeners == null || !listeners.contains(LISTENER_PATH)) {
NotificationAttentionManagementVerifierActivity.java 236 if (listeners != null && listeners.contains(LISTENER_PATH)) {
    [all...]

Completed in 133 milliseconds