Searched refs:getDetectionMode (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/ |
D | ConfigurationInternalTest.java | 87 assertEquals(DETECTION_MODE_GEO, config.getDetectionMode()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration() 121 assertEquals(DETECTION_MODE_TELEPHONY, config.getDetectionMode()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration() 154 assertEquals(DETECTION_MODE_MANUAL, config.getDetectionMode()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration() 212 assertEquals(DETECTION_MODE_MANUAL, config.getDetectionMode()); in test_autoDetectNotSupported_capabilitiesAndConfiguration() 241 assertEquals(DETECTION_MODE_MANUAL, config.getDetectionMode()); in test_autoDetectNotSupported_capabilitiesAndConfiguration() 268 assertEquals(DETECTION_MODE_MANUAL, autoOffConfig.getDetectionMode()); in test_autoDetectNotSupported_capabilitiesAndConfiguration() 320 assertEquals(DETECTION_MODE_TELEPHONY, config.getDetectionMode()); in test_onlyTelephonySupported_capabilitiesAndConfiguration() 351 assertEquals(DETECTION_MODE_MANUAL, config.getDetectionMode()); in test_onlyTelephonySupported_capabilitiesAndConfiguration() 406 assertEquals(DETECTION_MODE_GEO, config.getDetectionMode()); in test_onlyGeoSupported_capabilitiesAndConfiguration() 440 assertEquals(DETECTION_MODE_UNKNOWN, config.getDetectionMode()); in test_onlyGeoSupported_capabilitiesAndConfiguration() [all …]
|
D | MetricsTimeZoneDetectorStateTest.java | 172 assertEquals(DETECTION_MODE_GEO, metricsTimeZoneDetectorState.getDetectionMode()); in assertCommonConfiguration()
|
D | TimeZoneDetectorStrategyImplTest.java | 1645 assertEquals(expectedDetectionMode, actualState.getDetectionMode()); in assertFeatureStateMatchesConfig()
|
/frameworks/base/services/core/java/com/android/server/timezonedetector/ |
D | ConfigurationInternal.java | 173 public @DetectionMode int getDetectionMode() { in getDetectionMode() method in ConfigurationInternal 215 return getDetectionMode() == DETECTION_MODE_GEO in isGeoDetectionExecutionEnabled()
|
D | MetricsTimeZoneDetectorState.java | 166 public @DetectionMode int getDetectionMode() { in getDetectionMode() method in MetricsTimeZoneDetectorState 167 switch (mConfigurationInternal.getDetectionMode()) { in getDetectionMode()
|
D | TimeZoneDetectorStrategyImpl.java | 607 @DetectionMode int detectionMode = currentUserConfig.getDetectionMode();
|
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/location/ |
D | LocationTimeZoneProviderControllerTest.java | 1550 assertEquals(DETECTION_MODE_MANUAL, autoTimeZoneDisabledConfig.getDetectionMode()); in geoDetectionRunInBackground_obeysAutoDetectionDisabled() 1587 assertEquals(DETECTION_MODE_TELEPHONY, runInBackgroundEnabledConfig.getDetectionMode()); in geoDetectionRunInBackground()
|
/frameworks/base/services/core/java/com/android/server/stats/pull/ |
D | StatsPullAtomService.java | 3738 convertToMetricsDetectionMode(metricsState.getDetectionMode()),
|
/frameworks/base/services/ |
D | art-wear-profile | 23548 PLcom/android/server/timezonedetector/ConfigurationInternal;->getDetectionMode()I
|