Searched refs:ORIGIN_EXTERNAL (Results 1 – 4 of 4) sorted by relevance
53 @IntDef({ ORIGIN_TELEPHONY, ORIGIN_MANUAL, ORIGIN_NETWORK, ORIGIN_GNSS, ORIGIN_EXTERNAL })71 @Origin int ORIGIN_EXTERNAL = 5; field201 case ORIGIN_EXTERNAL: in originToString()225 return ORIGIN_EXTERNAL; in stringToOrigin()
22 import static com.android.server.timedetector.TimeDetectorStrategy.ORIGIN_EXTERNAL;309 || originSupported == ORIGIN_EXTERNAL in isAutoDetectionSupported()
736 } else if (origin == ORIGIN_EXTERNAL) {
22 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 …]