Searched refs:useLegacyApis (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/time/host/src/android/time/cts/host/ |
D | LocationTimeZoneManagerHostTest.java | 301 private void test_dupeSuggestionsMade_rateLimited(boolean useLegacyApis) throws Exception { in test_dupeSuggestionsMade_rateLimited() argument 322 reportSuccess(mPrimaryFakeTimeZoneProviderShellHelper, "Europe/London", useLegacyApis); in test_dupeSuggestionsMade_rateLimited() 327 reportSuccess(mPrimaryFakeTimeZoneProviderShellHelper, "Europe/London", useLegacyApis); in test_dupeSuggestionsMade_rateLimited() 332 reportSuccess(mPrimaryFakeTimeZoneProviderShellHelper, "Europe/Paris", useLegacyApis); in test_dupeSuggestionsMade_rateLimited() 337 reportSuccess(mPrimaryFakeTimeZoneProviderShellHelper, "Europe/Paris", useLegacyApis); in test_dupeSuggestionsMade_rateLimited() 342 reportUncertain(mPrimaryFakeTimeZoneProviderShellHelper, useLegacyApis); in test_dupeSuggestionsMade_rateLimited() 347 reportUncertain(mPrimaryFakeTimeZoneProviderShellHelper, useLegacyApis); in test_dupeSuggestionsMade_rateLimited() 352 reportSuccess(mPrimaryFakeTimeZoneProviderShellHelper, "Europe/Paris", useLegacyApis); in test_dupeSuggestionsMade_rateLimited() 372 private void test_dupeSuggestionsMade_notRateLimited(boolean useLegacyApis) throws Exception { in test_dupeSuggestionsMade_notRateLimited() argument 392 reportSuccess(mPrimaryFakeTimeZoneProviderShellHelper, "Europe/London", useLegacyApis); in test_dupeSuggestionsMade_notRateLimited() [all …]
|