Home
last modified time | relevance | path

Searched refs:ORIGIN_EXTERNAL (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/timedetector/
DTimeDetectorStrategy.java53 @IntDef({ ORIGIN_TELEPHONY, ORIGIN_MANUAL, ORIGIN_NETWORK, ORIGIN_GNSS, ORIGIN_EXTERNAL })
71 @Origin int ORIGIN_EXTERNAL = 5; field
201 case ORIGIN_EXTERNAL: in originToString()
225 return ORIGIN_EXTERNAL; in stringToOrigin()
DServiceConfigAccessorImpl.java22 import static com.android.server.timedetector.TimeDetectorStrategy.ORIGIN_EXTERNAL;
309 || originSupported == ORIGIN_EXTERNAL in isAutoDetectionSupported()
DTimeDetectorStrategyImpl.java736 } else if (origin == ORIGIN_EXTERNAL) {
/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/
DTimeDetectorStrategyImplTest.java22 import static com.android.server.timedetector.TimeDetectorStrategy.ORIGIN_EXTERNAL;
1023 .setOriginPriorities(ORIGIN_NETWORK, ORIGIN_EXTERNAL) in testClearLatestNetworkSuggestion()
1295 .setOriginPriorities(ORIGIN_EXTERNAL) in testSuggestExternalTime_autoTimeEnabled()
1316 .setOriginPriorities(ORIGIN_EXTERNAL) in testSuggestExternalTime_autoTimeDisabled()
1332 .setOriginPriorities(ORIGIN_EXTERNAL) in testSuggestExternalTime_rejectedBelowLowerBound()
1350 .setOriginPriorities(ORIGIN_EXTERNAL) in testSuggestExternalTime_notRejectedAboveLowerBound()
1368 .setOriginPriorities(ORIGIN_EXTERNAL) in testSuggestExternalTime_rejectedAboveUpperBound()
1386 .setOriginPriorities(ORIGIN_EXTERNAL) in testSuggestExternalTime_notRejectedBelowUpperBound()
1738 .setOriginPriorities(ORIGIN_NETWORK, ORIGIN_EXTERNAL) in highPrioritySuggestionsBeatLowerPrioritySuggestions_networkExternalOrigins()
1845 .setOriginPriorities(ORIGIN_TELEPHONY, ORIGIN_NETWORK, ORIGIN_EXTERNAL, in whenAllTimeSuggestionsAreAvailable_higherPriorityWins_lowerPriorityComesFirst()
[all …]