Searched refs:ACTION_SCREEN_ON (Results 1 – 14 of 14) sorted by relevance
305 if (action.equals(Intent.ACTION_SCREEN_ON)) {406 filter.addAction(Intent.ACTION_SCREEN_ON); in DataConnectionTracker()
259 if (intent.getAction().equals(Intent.ACTION_SCREEN_ON)) {639 filter.addAction(Intent.ACTION_SCREEN_ON); in RIL()
174 if (Intent.ACTION_SCREEN_ON.equals(intent.getAction())) {724 filter.addAction(Intent.ACTION_SCREEN_ON); in attach()
348 } else if (action.equals(Intent.ACTION_SCREEN_ON)) {428 filter.addAction(Intent.ACTION_SCREEN_ON); in NotificationManagerService()
919 if (action.equals(Intent.ACTION_SCREEN_ON)) {1113 intentFilter.addAction(Intent.ACTION_SCREEN_ON); in registerForBroadcasts()
373 if (intent.getAction().equals(Intent.ACTION_SCREEN_ON)) { in onReceive()546 screenOnOffFilt.addAction(Intent.ACTION_SCREEN_ON); in InputMethodManagerService()
585 mScreenOnIntent = new Intent(Intent.ACTION_SCREEN_ON); in initInThread()
322 mServiceContext.sendBroadcast(new Intent(Intent.ACTION_SCREEN_ON)); in testScreenChangesRules()
375 intentFilter.addAction(Intent.ACTION_SCREEN_ON); in AudioService()2606 } else if (action.equals(Intent.ACTION_SCREEN_ON)) { in onReceive()
312 screenFilter.addAction(Intent.ACTION_SCREEN_ON); in systemReady()
1280 public static final String ACTION_SCREEN_ON = "android.intent.action.SCREEN_ON"; field in Intent
157 <td>{@code ACTION_SCREEN_ON}
5473 field public static final java.lang.String ACTION_SCREEN_ON = "android.intent.action.SCREEN_ON";