Lines Matching refs:DisplayManager
30 import android.hardware.display.DisplayManager;
63 static class Static implements DisplayManager.DisplayListener {
67 final DisplayManager mDisplayService;
115 mDisplayService = (DisplayManager) appContext.getSystemService(Context.DISPLAY_SERVICE);
145 new IntentFilter(DisplayManager.ACTION_WIFI_DISPLAY_STATUS_CHANGED));
316 return mDisplayService.getDisplays(DisplayManager.DISPLAY_CATEGORY_PRESENTATION);
2819 if (intent.getAction().equals(DisplayManager.ACTION_WIFI_DISPLAY_STATUS_CHANGED)) {
2821 DisplayManager.EXTRA_WIFI_DISPLAY_STATUS));