Searched refs:BLUETOOTH (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DProfileService.java40 public static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
H A DAdapterService.java85 static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
880 enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
886 enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
907 "Need BLUETOOTH ADMIN permission");
918 "Need BLUETOOTH ADMIN permission");
928 enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
936 enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
943 "Need BLUETOOTH permission");
955 "Need BLUETOOTH ADMIN permission");
961 enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permissio
[all...]
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DPowerUsageDetail.java66 BLUETOOTH, enum constant in enum:PowerUsageDetail.DrainType
382 case BLUETOOTH:
H A DPowerUsageSummary.java289 case BLUETOOTH:
757 DrainType.BLUETOOTH, btOnTimeMs, R.drawable.ic_settings_bluetooth,
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java124 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
729 enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
741 enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
754 enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
/packages/apps/Phone/src/com/android/phone/
H A DInCallTouchUi.java932 mInCallScreen.switchInCallAudio(InCallScreen.InCallAudioMode.BLUETOOTH);
H A DInCallScreen.java260 BLUETOOTH, // Bluetooth headset (if available) enum constant in enum:InCallScreen.InCallAudioMode
2867 case BLUETOOTH:

Completed in 1193 milliseconds