Searched refs:ACTION_DOCK_EVENT (Results 1 – 22 of 22) sorted by relevance
36 Intent.ACTION_DOCK_EVENT);
83 if (Intent.ACTION_DOCK_EVENT.equals(intent.getAction())) {141 filter.addAction(Intent.ACTION_DOCK_EVENT); in handleSetListening()
54 mInterceptingContext.nextBroadcastIntent(Intent.ACTION_DOCK_EVENT); in updateExtconDockState()
162 filter.addAction(Intent.ACTION_DOCK_EVENT); in subscribeDockState()
245 Intent dockIntent = new Intent(Intent.ACTION_DOCK_EVENT); in testIconDockState()
270 Intent intent = new Intent(Intent.ACTION_DOCK_EVENT); in handleDockStateChange()
472 new IntentFilter(Intent.ACTION_DOCK_EVENT)); in onBootPhase()
202 if (Intent.ACTION_DOCK_EVENT.equals(intent.getAction())) {293 mDockStateReceiver, new IntentFilter(Intent.ACTION_DOCK_EVENT)); in onBootPhase()
250 new IntentFilter(Intent.ACTION_DOCK_EVENT)); in registerListeners()
222 if (filter.hasAction(Intent.ACTION_DOCK_EVENT)) { in setUp()1507 new Intent(Intent.ACTION_DOCK_EVENT) in triggerDockIntent()
522 if (Intent.ACTION_DOCK_EVENT.equals(intent.getAction())) {811 filter.addAction(Intent.ACTION_DOCK_EVENT); in systemReady()
2373 filter.addAction(Intent.ACTION_DOCK_EVENT);5418 if (Intent.ACTION_DOCK_EVENT.equals(intent.getAction())) {
34 BroadcastBehavior: android.content.Intent#ACTION_DOCK_EVENT:35 Field 'ACTION_DOCK_EVENT' is missing @BroadcastBehavior
40 BroadcastBehavior: android.content.Intent#ACTION_DOCK_EVENT:41 Field 'ACTION_DOCK_EVENT' is missing @BroadcastBehavior
44 BroadcastBehavior: android.content.Intent#ACTION_DOCK_EVENT:45 Field 'ACTION_DOCK_EVENT' is missing @BroadcastBehavior
11175 field public static final String ACTION_DOCK_EVENT = "android.intent.action.DOCK_EVENT";
3850 public static final String ACTION_DOCK_EVENT = field in Intent
1540 intentFilter.addAction(Intent.ACTION_DOCK_EVENT); in initExternalEventReceivers()10001 if (action.equals(Intent.ACTION_DOCK_EVENT)) { in onReceive()
1502 filter.addAction(Intent.ACTION_DOCK_EVENT);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7612 … field public static final java.lang.String ACTION_DOCK_EVENT = "android.intent.action.DOCK_EVENT";