Searched refs:setIsAutoStoreLocalesOptedIn (Results 1 – 3 of 3) sorted by relevance
92 AppCompatDelegate.setIsAutoStoreLocalesOptedIn(true) in testAutoSync_preTToPostT_syncsSuccessfully()137 AppCompatDelegate.setIsAutoStoreLocalesOptedIn(false) in testAutoSync_preTToPostT_syncsSuccessfully()144 AppCompatDelegate.setIsAutoStoreLocalesOptedIn(true) in teardown()147 AppCompatDelegate.setIsAutoStoreLocalesOptedIn(false) in teardown()
73 AppCompatDelegate.setIsAutoStoreLocalesOptedIn(true) in testLocalesAppliedInNewActivityAfterStaticStorageCleared()121 AppCompatDelegate.setIsAutoStoreLocalesOptedIn(true) in testGetAppLocalesFromNonActivityContext()135 AppCompatDelegate.setIsAutoStoreLocalesOptedIn(false) in teardown()
880 static void setIsAutoStoreLocalesOptedIn(boolean isAutoStoreLocalesOptedIn) { in setIsAutoStoreLocalesOptedIn() method in AppCompatDelegate