OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:restoreLocale
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Dialer/tests/src/com/android/dialer/util/
LocaleTestUtils.java
46
* mLocaleTestUtils.
restoreLocale
();
55
* {@link #
restoreLocale
()} first.
84
"call
restoreLocale
() before calling setLocale() again");
96
public void
restoreLocale
() {
98
throw new IllegalStateException("call setLocale() before calling
restoreLocale
()");
/packages/apps/Dialer/tests/src/com/android/dialer/
CallDetailActivityTest.java
88
mLocaleTestUtils.
restoreLocale
();
PhoneCallDetailsHelperTest.java
83
mLocaleTestUtils.
restoreLocale
();
Completed in 225 milliseconds