Searched refs:timeZoneSuggestion (Results 1 – 7 of 7) sorted by relevance
82 ManualTimeZoneSuggestion timeZoneSuggestion = createManualTimeZoneSuggestion(); in testSuggestManualTimeZone_withoutPermission() local85 mTimeZoneDetectorService.suggestManualTimeZone(timeZoneSuggestion); in testSuggestManualTimeZone_withoutPermission()98 ManualTimeZoneSuggestion timeZoneSuggestion = createManualTimeZoneSuggestion(); in testSuggestManualTimeZone() local99 mTimeZoneDetectorService.suggestManualTimeZone(timeZoneSuggestion); in testSuggestManualTimeZone()107 mStubbedTimeZoneDetectorStrategy.verifySuggestManualTimeZoneCalled(timeZoneSuggestion); in testSuggestManualTimeZone()114 TelephonyTimeZoneSuggestion timeZoneSuggestion = createTelephonyTimeZoneSuggestion(); in testSuggestTelephonyTimeZone_withoutPermission() local117 mTimeZoneDetectorService.suggestTelephonyTimeZone(timeZoneSuggestion); in testSuggestTelephonyTimeZone_withoutPermission()130 TelephonyTimeZoneSuggestion timeZoneSuggestion = createTelephonyTimeZoneSuggestion(); in testSuggestTelephonyTimeZone() local131 mTimeZoneDetectorService.suggestTelephonyTimeZone(timeZoneSuggestion); in testSuggestTelephonyTimeZone()139 mStubbedTimeZoneDetectorStrategy.verifySuggestTelephonyTimeZoneCalled(timeZoneSuggestion); in testSuggestTelephonyTimeZone()[all …]
606 Script suggestTelephonyTimeZone(TelephonyTimeZoneSuggestion timeZoneSuggestion) { in suggestTelephonyTimeZone() argument607 mTimeZoneDetectorStrategy.suggestTelephonyTimeZone(timeZoneSuggestion); in suggestTelephonyTimeZone()
43 public void suggestManualTimeZone(@NonNull ManualTimeZoneSuggestion timeZoneSuggestion) { in suggestManualTimeZone() argument45 Log.d(TAG, "suggestManualTimeZone called: " + timeZoneSuggestion); in suggestManualTimeZone()48 mITimeZoneDetectorService.suggestManualTimeZone(timeZoneSuggestion); in suggestManualTimeZone()55 public void suggestTelephonyTimeZone(@NonNull TelephonyTimeZoneSuggestion timeZoneSuggestion) { in suggestTelephonyTimeZone() argument57 Log.d(TAG, "suggestTelephonyTimeZone called: " + timeZoneSuggestion); in suggestTelephonyTimeZone()60 mITimeZoneDetectorService.suggestTelephonyTimeZone(timeZoneSuggestion); in suggestTelephonyTimeZone()
36 void suggestManualTimeZone(in ManualTimeZoneSuggestion timeZoneSuggestion); in suggestManualTimeZone() argument37 void suggestTelephonyTimeZone(in TelephonyTimeZoneSuggestion timeZoneSuggestion); in suggestTelephonyTimeZone() argument
50 void suggestManualTimeZone(@NonNull ManualTimeZoneSuggestion timeZoneSuggestion); in suggestManualTimeZone() argument60 void suggestTelephonyTimeZone(@NonNull TelephonyTimeZoneSuggestion timeZoneSuggestion); in suggestTelephonyTimeZone() argument
98 public void suggestManualTimeZone(@NonNull ManualTimeZoneSuggestion timeZoneSuggestion) { in suggestManualTimeZone() argument100 Objects.requireNonNull(timeZoneSuggestion); in suggestManualTimeZone()102 mHandler.post(() -> mTimeZoneDetectorStrategy.suggestManualTimeZone(timeZoneSuggestion)); in suggestManualTimeZone()106 public void suggestTelephonyTimeZone(@NonNull TelephonyTimeZoneSuggestion timeZoneSuggestion) { in suggestTelephonyTimeZone() argument108 Objects.requireNonNull(timeZoneSuggestion); in suggestTelephonyTimeZone()110 mHandler.post(() -> mTimeZoneDetectorStrategy.suggestTelephonyTimeZone(timeZoneSuggestion)); in suggestTelephonyTimeZone()
561 TelephonyTimeZoneSuggestion timeZoneSuggestion) { in verifyOnlyTimeZoneWasSuggestedAndReset() argument562 justVerifyTimeZoneWasSuggested(timeZoneSuggestion); in verifyOnlyTimeZoneWasSuggestedAndReset()569 TelephonyTimeZoneSuggestion timeZoneSuggestion) { in verifyTimeAndTimeZoneSuggestedAndReset() argument570 justVerifyTimeZoneWasSuggested(timeZoneSuggestion); in verifyTimeAndTimeZoneSuggestedAndReset()581 TelephonyTimeZoneSuggestion timeZoneSuggestion) { in justVerifyTimeZoneWasSuggested() argument583 mFakeTimeServiceHelper.suggestedTimeZones.assertLatestEquals(timeZoneSuggestion); in justVerifyTimeZoneWasSuggested()671 public void maybeSuggestDeviceTimeZone(TelephonyTimeZoneSuggestion timeZoneSuggestion) { in maybeSuggestDeviceTimeZone() argument672 suggestedTimeZones.set(timeZoneSuggestion); in maybeSuggestDeviceTimeZone()