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

  /packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/
AnomalyDetectionPolicy.java 53 static final String KEY_BLUETOOTH_SCAN_THRESHOLD = "bluetooth_scan_threshold";
83 * @see #KEY_BLUETOOTH_SCAN_THRESHOLD
115 * @see #KEY_BLUETOOTH_SCAN_THRESHOLD
144 bluetoothScanThreshold = mParser.getLong(KEY_BLUETOOTH_SCAN_THRESHOLD,
  /packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tester/utils/
AnomalyPolicyBuilder.java 34 public static final String KEY_BLUETOOTH_SCAN_THRESHOLD = "bluetooth_scan_threshold";
  /packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tester/
AnomalyActivity.java 56 .addPolicy(AnomalyPolicyBuilder.KEY_BLUETOOTH_SCAN_THRESHOLD,

Completed in 64 milliseconds