Searched refs:ACTION_STATE_CHANGE (Results 1 – 2 of 2) sorted by relevance
57 static final String ACTION_STATE_CHANGE = "com.android.example.notificationlistener.STATE"; field in Listener199 .sendBroadcast(new Intent(ACTION_STATE_CHANGE)); in onCreate()259 .sendBroadcast(new Intent(ACTION_STATE_CHANGE)); in onDestroy()
93 new IntentFilter(Listener.ACTION_STATE_CHANGE)); in onStart()