OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sTestInstance
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/utils/
ManagedProfileUtils.java
25
private static ManagedProfileUtils
sTestInstance
;
33
sTestInstance
= testInstance;
37
return
sTestInstance
== null ? INSTANCE :
sTestInstance
;
StatsUtilsManager.java
29
private static StatsUtilsManager
sTestInstance
= null;
35
return
sTestInstance
!= null ?
sTestInstance
: sInstance;
39
sTestInstance
= testInstance;
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
ContactsPreferencesFactory.java
32
private static ContactsPreferences
sTestInstance
;
43
return
sTestInstance
;
59
sTestInstance
= testInstance;
Completed in 183 milliseconds