Home
last modified time | relevance | path

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

/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
DListener.java57 static final String ACTION_STATE_CHANGE = "com.android.example.notificationlistener.STATE"; field in Listener
199 .sendBroadcast(new Intent(ACTION_STATE_CHANGE)); in onCreate()
259 .sendBroadcast(new Intent(ACTION_STATE_CHANGE)); in onDestroy()
DNotificationListenerActivity.java93 new IntentFilter(Listener.ACTION_STATE_CHANGE)); in onStart()