Searched refs:ACTION_OVERLAY_CHANGED (Results 1 – 3 of 3) sorted by relevance
19 import static android.content.Intent.ACTION_OVERLAY_CHANGED;113 IntentFilter overlayFilter = new IntentFilter(ACTION_OVERLAY_CHANGED); in NavigationModeController()
20 import static android.content.Intent.ACTION_OVERLAY_CHANGED;372 if (!ACTION_OVERLAY_CHANGED.equals(intent.getStringExtra(EXTRA_REASON))) { in onReceive()909 final Intent intent = new Intent(ACTION_OVERLAY_CHANGED, in onOverlaysChanged()
3816 public static final String ACTION_OVERLAY_CHANGED = "android.intent.action.OVERLAY_CHANGED"; field in Intent