Home | History | Annotate | Download | only in phone

Lines Matching refs:DisplayManager

52 import android.hardware.display.DisplayManager;
92 private DisplayManager mDisplayManager;
125 mDisplayManager = (DisplayManager) context.getSystemService(Context.DISPLAY_SERVICE);
142 filter.addAction(DisplayManager.ACTION_WIFI_DISPLAY_STATUS_CHANGED);
790 if (DisplayManager.ACTION_WIFI_DISPLAY_STATUS_CHANGED.equals(action)) {
792 DisplayManager.EXTRA_WIFI_DISPLAY_STATUS);