Searched refs:ORIGIN_GNSS (Results 1 – 4 of 4) sorted by relevance
53 @IntDef({ ORIGIN_TELEPHONY, ORIGIN_MANUAL, ORIGIN_NETWORK, ORIGIN_GNSS, ORIGIN_EXTERNAL })68 @Origin int ORIGIN_GNSS = 4; field199 case ORIGIN_GNSS: in originToString()223 return ORIGIN_GNSS; in stringToOrigin()
23 import static com.android.server.timedetector.TimeDetectorStrategy.ORIGIN_GNSS;310 || originSupported == ORIGIN_GNSS) { in isAutoDetectionSupported()
728 } else if (origin == ORIGIN_GNSS) {
23 import static com.android.server.timedetector.TimeDetectorStrategy.ORIGIN_GNSS;1186 .setOriginPriorities(ORIGIN_GNSS) in testSuggestGnssTime_autoTimeEnabled()1207 .setOriginPriorities(ORIGIN_GNSS) in testSuggestGnssTime_autoTimeDisabled()1223 .setOriginPriorities(ORIGIN_GNSS) in testSuggestGnssTime_rejectedBelowLowerBound()1241 .setOriginPriorities(ORIGIN_GNSS) in testSuggestGnssTime_notRejectedAboveLowerBound()1259 .setOriginPriorities(ORIGIN_GNSS) in testSuggestGnssTime_rejectedAboveUpperBound()1277 .setOriginPriorities(ORIGIN_GNSS) in testSuggestGnssTime_notRejectedBelowUpperBound()1631 .setOriginPriorities(ORIGIN_NETWORK, ORIGIN_GNSS) in highPrioritySuggestionsBeatLowerPrioritySuggestions_networkGnssOrigins()1846 ORIGIN_GNSS) in whenAllTimeSuggestionsAreAvailable_higherPriorityWins_lowerPriorityComesFirst()1880 ORIGIN_GNSS) in whenAllTimeSuggestionsAreAvailable_higherPriorityWins_higherPriorityComesFirst()[all …]