HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_DOCK_SHOW_UI (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockEventReceiver.java 37 public static final String ACTION_DOCK_SHOW_UI =
61 || ACTION_DOCK_SHOW_UI.endsWith(intent.getAction())) {
62 if ((device == null) && (ACTION_DOCK_SHOW_UI.endsWith(intent.getAction()) ||
DockService.java 463 if (DockEventReceiver.ACTION_DOCK_SHOW_UI.equals(intent.getAction())) {
    [all...]

Completed in 69 milliseconds