OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_BLUETOOTH_SCAN_DETECTION_ENABLED
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/
AnomalyDetectionPolicy.java
45
static final String
KEY_BLUETOOTH_SCAN_DETECTION_ENABLED
= "bluetooth_scan_enabled";
139
KEY_BLUETOOTH_SCAN_DETECTION_ENABLED
, false);
/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tester/utils/
AnomalyPolicyBuilder.java
31
public static final String
KEY_BLUETOOTH_SCAN_DETECTION_ENABLED
= "bluetooth_scan_enabled";
/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tester/
AnomalyActivity.java
55
.addPolicy(AnomalyPolicyBuilder.
KEY_BLUETOOTH_SCAN_DETECTION_ENABLED
, true)
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/anomaly/
AnomalyDetectionPolicyTest.java
132
.getBoolean(AnomalyDetectionPolicy.
KEY_BLUETOOTH_SCAN_DETECTION_ENABLED
, false);
Completed in 564 milliseconds