OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bluetoothScanDetectionEnabled
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/
AnomalyDetectionPolicy.java
85
final boolean
bluetoothScanDetectionEnabled
;
138
bluetoothScanDetectionEnabled
= mParser.getBoolean(
159
return
bluetoothScanDetectionEnabled
;
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/anomaly/
AnomalyDetectionPolicyTest.java
70
assertThat(anomalyDetectionPolicy.
bluetoothScanDetectionEnabled
).isTrue();
91
assertThat(anomalyDetectionPolicy.
bluetoothScanDetectionEnabled
).isFalse();
Completed in 1504 milliseconds