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

  /frameworks/base/services/java/com/android/server/
HeadsetObserver.java 155 Intent intent = new Intent(Intent.ACTION_HEADSET_PLUG);
170 if (LOG) Slog.v(TAG, "Intent.ACTION_HEADSET_PLUG: state: "+state+" name: "+headsetName+" mic: "+microphone);
  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java 174 // from the latest Intent.ACTION_HEADSET_PLUG broadcast we received in
494 intentFilter.addAction(Intent.ACTION_HEADSET_PLUG);
    [all...]
InCallScreen.java 509 if (action.equals(Intent.ACTION_HEADSET_PLUG)) {
510 // Listen for ACTION_HEADSET_PLUG broadcasts so that we
512 // if (DBG) log("mReceiver: ACTION_HEADSET_PLUG");
674 registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_HEADSET_PLUG));
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 303 new IntentFilter(Intent.ACTION_HEADSET_PLUG);
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 124 milliseconds