Searched refs:BLUETOOTH (Results 1 – 14 of 14) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
D | PowerUsageAdvancedTest.java | 99 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()
|
D | BatteryUtilsTest.java | 142 mBluetoothBatterySipper.drainType = BatterySipper.DrainType.BLUETOOTH; in setUp() 254 mNormalBatterySipper.drainType = BatterySipper.DrainType.BLUETOOTH; in testShouldHideSipper_TypeBluetooth_ReturnTrue()
|
D | PowerUsageSummaryTest.java | 288 mNormalBatterySipper.drainType = BatterySipper.DrainType.BLUETOOTH; in testExtractKeyFromSipper_typeOther_returnDrainType()
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | PowerUsageAdvanced.java | 65 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()
|
D | BatteryUtils.java | 140 && sipper.drainType != BatterySipper.DrainType.BLUETOOTH in removeHiddenBatterySippers() 196 || drainType == BatterySipper.DrainType.BLUETOOTH in shouldHideSipper()
|
D | BatteryEntry.java | 153 case BLUETOOTH: in BatteryEntry()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDevicePreference.java | 74 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()
|
D | BluetoothSettings.java | 144 return MetricsEvent.BLUETOOTH; in getMetricsCategory()
|
/packages/apps/Car/Messenger/src/com/android/car/messenger/ |
D | MessengerService.java | 209 registerReceiver(this, intentFilter, android.Manifest.permission.BLUETOOTH, null); in MapDeviceMonitor()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | ProfileService.java | 40 public static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
|
D | AdapterService.java | 124 static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
D | MapClientService.java | 45 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 140 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 99 private static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
|