Searched refs:ACTION_WIFI_DISPLAY_STATUS_CHANGED (Results 1 – 3 of 3) sorted by relevance
61 public static final String ACTION_WIFI_DISPLAY_STATUS_CHANGED = field in DisplayManager
421 intent = new Intent(DisplayManager.ACTION_WIFI_DISPLAY_STATUS_CHANGED); in handleSendStatusChangeBroadcast()
150 new IntentFilter(DisplayManager.ACTION_WIFI_DISPLAY_STATUS_CHANGED)); in startMonitoringRoutes()2953 if (intent.getAction().equals(DisplayManager.ACTION_WIFI_DISPLAY_STATUS_CHANGED)) { in onReceive()