Searched refs:ACTION_DOCK_ACTIVE (Results 1 – 4 of 4) sorted by relevance
91 filter.addAction(Intent.ACTION_DOCK_ACTIVE); in startTracking()108 || action.equals(Intent.ACTION_DOCK_ACTIVE)) { in onReceive()109 if (action.equals(Intent.ACTION_DOCK_ACTIVE)) { in onReceive()
3211 dockIntent = new Intent(Intent.ACTION_DOCK_ACTIVE); in triggerDockState()
4580 public static final String ACTION_DOCK_ACTIVE = "android.intent.action.DOCK_ACTIVE"; field in Intent
13431 Landroid/content/Intent;->ACTION_DOCK_ACTIVE:Ljava/lang/String;