Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/list/
DContactListItemViewTest.java43 private IntegrationTestUtils mUtils; field in ContactListItemViewTest
53 mUtils = new IntegrationTestUtils(getInstrumentation()); in setUp()
54 mUtils.acquireScreenWakeLock(getInstrumentation().getTargetContext()); in setUp()
59 mUtils.releaseScreenWakeLock(); in tearDown()
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
DContactDeletionInteractionTest.java69 private IntegrationTestUtils mUtils; field in ContactDeletionInteractionTest
79 mUtils = new IntegrationTestUtils(getInstrumentation()); in setUp()
80 mUtils.acquireScreenWakeLock(getInstrumentation().getTargetContext()); in setUp()
112 mUtils.releaseScreenWakeLock(); in tearDown()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLocaleUtils.java132 private final SparseArray<ContactLocaleUtilsBase> mUtils = field in ContactLocaleUtils
177 ContactLocaleUtilsBase utils = mUtils.get(nameStyle); in get()
181 mUtils.put(nameStyle, utils); in get()