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

  /packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/
AnomalyDetectionPolicy.java 117 public final long bluetoothScanThreshold;
144 bluetoothScanThreshold = mParser.getLong(KEY_BLUETOOTH_SCAN_THRESHOLD,
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/anomaly/
AnomalyDetectionPolicyTest.java 71 assertThat(anomalyDetectionPolicy.bluetoothScanThreshold).isEqualTo(2000);
92 assertThat(anomalyDetectionPolicy.bluetoothScanThreshold)
  /packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/checker/
BluetoothScanAnomalyDetector.java 58 mBluetoothScanningThreshold = policy.bluetoothScanThreshold;

Completed in 157 milliseconds