Searched refs:mUtils (Results 1 – 3 of 3) sorted by relevance
43 private IntegrationTestUtils mUtils; field in ContactListItemViewTest53 mUtils = new IntegrationTestUtils(getInstrumentation()); in setUp()54 mUtils.acquireScreenWakeLock(getInstrumentation().getTargetContext()); in setUp()59 mUtils.releaseScreenWakeLock(); in tearDown()
69 private IntegrationTestUtils mUtils; field in ContactDeletionInteractionTest79 mUtils = new IntegrationTestUtils(getInstrumentation()); in setUp()80 mUtils.acquireScreenWakeLock(getInstrumentation().getTargetContext()); in setUp()112 mUtils.releaseScreenWakeLock(); in tearDown()
132 private final SparseArray<ContactLocaleUtilsBase> mUtils = field in ContactLocaleUtils177 ContactLocaleUtilsBase utils = mUtils.get(nameStyle); in get()181 mUtils.put(nameStyle, utils); in get()