OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setTestInstance
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
CallCardPresenterTest.java
65
ContactsPreferencesFactory.
setTestInstance
(null);
69
ContactsPreferencesFactory.
setTestInstance
(mContactsPreferences);
77
ContactsPreferencesFactory.
setTestInstance
(null);
88
ContactsPreferencesFactory.
setTestInstance
(null);
96
ContactsPreferencesFactory.
setTestInstance
(mContactsPreferences);
104
ContactsPreferencesFactory.
setTestInstance
(null);
115
ContactsPreferencesFactory.
setTestInstance
(null);
StatusBarNotifierTest.java
66
ContactsPreferencesFactory.
setTestInstance
(null);
70
ContactsPreferencesFactory.
setTestInstance
(null);
81
ContactsPreferencesFactory.
setTestInstance
(mContactsPreferences);
87
ContactsPreferencesFactory.
setTestInstance
(null);
ContactsPreferencesFactoryTest.java
46
ContactsPreferencesFactory.
setTestInstance
(testInstance);
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/utils/
ManagedProfileUtils.java
32
public static void
setTestInstance
(final ManagedProfileUtils testInstance) {
StatsUtilsManager.java
38
public static void
setTestInstance
(final StatsUtilsManager testInstance) {
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
ContactsPreferencesFactory.java
57
static void
setTestInstance
(ContactsPreferences testInstance) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/
AccountsSettingsFragmentTests.java
57
ManagedProfileUtils.
setTestInstance
(mManagedProfileUtils);
66
ManagedProfileUtils.
setTestInstance
(null);
Completed in 161 milliseconds