Searched refs:ACTION_DOCK_EVENT (Results 1 – 12 of 12) sorted by relevance
144 Intent intent = new Intent(Intent.ACTION_DOCK_EVENT);
322 new IntentFilter(Intent.ACTION_DOCK_EVENT)); in UiModeManagerService()
643 filter.addAction(Intent.ACTION_DOCK_EVENT); in initInThread()
118 Intent i = mContext.registerReceiver(null, new IntentFilter(Intent.ACTION_DOCK_EVENT)); in isPhoneDocked()
235 filter.addAction(Intent.ACTION_DOCK_EVENT); in BluetoothService()1656 } else if (Intent.ACTION_DOCK_EVENT.equals(action)) {
209 Intent i = mContext.registerReceiver(null, new IntentFilter(Intent.ACTION_DOCK_EVENT)); in isPhoneDocked()
370 intentFilter.addAction(Intent.ACTION_DOCK_EVENT); in AudioService()2346 if (action.equals(Intent.ACTION_DOCK_EVENT)) { in onReceive()
756 filter.addAction(Intent.ACTION_DOCK_EVENT); in init()2963 if (Intent.ACTION_DOCK_EVENT.equals(intent.getAction())) {
2113 public static final String ACTION_DOCK_EVENT = field in Intent
297 NO DOC BLOCK: android.content.Intent Field ACTION_DOCK_EVENT
5421 … field public static final java.lang.String ACTION_DOCK_EVENT = "android.intent.action.DOCK_EVENT";