Searched refs:ACTION_WIFI_DISPLAY_STATUS_CHANGED (Results 1 – 4 of 4) sorted by relevance
57 public static final String ACTION_WIFI_DISPLAY_STATUS_CHANGED = field in DisplayManager
154 filter.addAction(DisplayManager.ACTION_WIFI_DISPLAY_STATUS_CHANGED); in QuickSettings()902 if (DisplayManager.ACTION_WIFI_DISPLAY_STATUS_CHANGED.equals(action)) {
384 intent = new Intent(DisplayManager.ACTION_WIFI_DISPLAY_STATUS_CHANGED); in handleSendStatusChangeBroadcast()
115 new IntentFilter(DisplayManager.ACTION_WIFI_DISPLAY_STATUS_CHANGED)); in startMonitoringRoutes()2096 if (intent.getAction().equals(DisplayManager.ACTION_WIFI_DISPLAY_STATUS_CHANGED)) { in onReceive()