Home
last modified time | relevance | path

Searched refs:BLUETOOTH (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DPowerUsageAdvancedTest.java99 batterySippers.add(new BatterySipper(DrainType.BLUETOOTH, new FakeUid(FAKE_UID_1), in setUp()
120 mMaxBatterySipper.drainType = DrainType.BLUETOOTH; in setUp()
150 final DrainType drainTypes[] = {DrainType.WIFI, DrainType.BLUETOOTH, DrainType.IDLE, in testExtractUsageType_TypeEqualsToDrainType_ReturnRelevantType()
152 final int usageTypes[] = {UsageType.WIFI, UsageType.BLUETOOTH, UsageType.IDLE, in testExtractUsageType_TypeEqualsToDrainType_ReturnRelevantType()
189 case UsageType.BLUETOOTH: in testParsePowerUsageData_PercentageCalculatedCorrectly()
246 UsageType.CELL, UsageType.BLUETOOTH, UsageType.IDLE, UsageType.USER, in testInit_ContainsAllUsageType()
255 dataList.add(new PowerUsageData(UsageType.BLUETOOTH, TYPE_BLUETOOTH_USAGE)); in testPowerUsageData_SortedByUsage()
317 mPowerUsageData.usageType = UsageType.BLUETOOTH; in testShouldHideSummary_typeBluetooth_returnTrue()
DBatteryUtilsTest.java142 mBluetoothBatterySipper.drainType = BatterySipper.DrainType.BLUETOOTH; in setUp()
254 mNormalBatterySipper.drainType = BatterySipper.DrainType.BLUETOOTH; in testShouldHideSipper_TypeBluetooth_ReturnTrue()
DPowerUsageSummaryTest.java288 mNormalBatterySipper.drainType = BatterySipper.DrainType.BLUETOOTH; in testExtractKeyFromSipper_typeOther_returnDrainType()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageAdvanced.java65 UsageType.BLUETOOTH,
205 } else if (drainType == DrainType.BLUETOOTH) { in extractUsageType()
206 return UsageType.BLUETOOTH; in extractUsageType()
313 || usageType == UsageType.BLUETOOTH in shouldHideSummary()
359 UsageType.BLUETOOTH,
369 int BLUETOOTH = 4; field
409 case UsageType.BLUETOOTH: in getTitleResId()
DBatteryUtils.java140 && sipper.drainType != BatterySipper.DrainType.BLUETOOTH in removeHiddenBatterySippers()
196 || drainType == BatterySipper.DrainType.BLUETOOTH in shouldHideSipper()
DBatteryEntry.java153 case BLUETOOTH: in BatteryEntry()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDevicePreference.java74 public final String BLUETOOTH = r.getString(R.string.bluetooth_talkback_bluetooth); field in BluetoothDevicePreference
288 return new Pair<Integer, String>(R.drawable.ic_settings_bluetooth, BLUETOOTH); in getBtClassDrawableWithDescription()
DBluetoothSettings.java144 return MetricsEvent.BLUETOOTH; in getMetricsCategory()
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerService.java209 registerReceiver(this, intentFilter, android.Manifest.permission.BLUETOOTH, null); in MapDeviceMonitor()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DProfileService.java40 public static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
DAdapterService.java124 static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMapClientService.java45 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java140 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java99 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;