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

  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
Listener.java 57 static final String ACTION_STATE_CHANGE = "com.android.example.notificationlistener.STATE";
199 .sendBroadcast(new Intent(ACTION_STATE_CHANGE));
259 .sendBroadcast(new Intent(ACTION_STATE_CHANGE));
NotificationListenerActivity.java 129 new IntentFilter(Listener.ACTION_STATE_CHANGE));

Completed in 1146 milliseconds