Searched refs:mUtils (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/list/
H A DContactListItemViewTest.java46 private IntegrationTestUtils mUtils; field in class:ContactListItemViewTest
56 mUtils = new IntegrationTestUtils(getInstrumentation());
57 mUtils.acquireScreenWakeLock(getInstrumentation().getTargetContext());
62 mUtils.releaseScreenWakeLock();
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
H A DContactDeletionInteractionTest.java69 private IntegrationTestUtils mUtils; field in class:ContactDeletionInteractionTest
79 mUtils = new IntegrationTestUtils(getInstrumentation());
80 mUtils.acquireScreenWakeLock(getInstrumentation().getTargetContext());
112 mUtils.releaseScreenWakeLock();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactLocaleUtils.java132 private final SparseArray<ContactLocaleUtilsBase> mUtils = field in class:ContactLocaleUtils
177 ContactLocaleUtilsBase utils = mUtils.get(nameStyle);
181 mUtils.put(nameStyle, utils);

Completed in 65 milliseconds