Home
last modified time | relevance | path

Searched refs:DETECTION_MODE_TELEPHONY (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/timezonedetector/
DMetricsTimeZoneDetectorState.java49 DETECTION_MODE_TELEPHONY }
58 public static final @DetectionMode int DETECTION_MODE_TELEPHONY = 3; field in MetricsTimeZoneDetectorState
172 case ConfigurationInternal.DETECTION_MODE_TELEPHONY: in getDetectionMode()
173 return DETECTION_MODE_TELEPHONY; in getDetectionMode()
DConfigurationInternal.java47 DETECTION_MODE_TELEPHONY }
56 public static final @DetectionMode int DETECTION_MODE_TELEPHONY = 3; field in ConfigurationInternal
183 return DETECTION_MODE_TELEPHONY; in getDetectionMode()
DTimeZoneDetectorStrategyImpl.java641 case ConfigurationInternal.DETECTION_MODE_TELEPHONY:
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DConfigurationInternalTest.java26 import static com.android.server.timezonedetector.ConfigurationInternal.DETECTION_MODE_TELEPHONY;
121 assertEquals(DETECTION_MODE_TELEPHONY, config.getDetectionMode()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
320 assertEquals(DETECTION_MODE_TELEPHONY, config.getDetectionMode()); in test_onlyTelephonySupported_capabilitiesAndConfiguration()
541 assertEquals(DETECTION_MODE_TELEPHONY, config.getDetectionMode()); in test_geoDetectionRunInBackgroundEnabled()
558 assertEquals(DETECTION_MODE_TELEPHONY, config.getDetectionMode()); in test_geoDetectionRunInBackgroundEnabled()
566 assertEquals(DETECTION_MODE_TELEPHONY, config.getDetectionMode()); in test_geoDetectionRunInBackgroundEnabled()
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/location/
DLocationTimeZoneProviderControllerTest.java27 import static com.android.server.timezonedetector.ConfigurationInternal.DETECTION_MODE_TELEPHONY;
1587 assertEquals(DETECTION_MODE_TELEPHONY, runInBackgroundEnabledConfig.getDetectionMode()); in geoDetectionRunInBackground()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java3767 case MetricsTimeZoneDetectorState.DETECTION_MODE_TELEPHONY: