Searched refs:TEST_APP_NAME_2 (Results 1 – 10 of 10) sorted by relevance
49 import com.android.healthconnect.controller.tests.utils.TEST_APP_NAME_2 in <lambda>()196 hasDescendant(withText(TEST_APP_NAME_2)))))) in <lambda>()263 hasDescendant(withText(TEST_APP_NAME_2)))))) in <lambda>()368 hasDescendant(withText(TEST_APP_NAME_2)))))) in <lambda>()435 hasDescendant(withText(TEST_APP_NAME_2)))))) in <lambda>()502 hasDescendant(withText(TEST_APP_NAME_2)))))) in <lambda>()572 hasDescendant(withText(TEST_APP_NAME_2)))))) in <lambda>()621 hasDescendant(withText(TEST_APP_NAME_2)), in <lambda>()709 hasDescendant(withText(TEST_APP_NAME_2)), in <lambda>()756 hasDescendant(withText(TEST_APP_NAME_2)), in <lambda>()[all …]
38 import com.android.healthconnect.controller.tests.utils.TEST_APP_NAME_294 onView(withText(TEST_APP_NAME_2)).check(matches(isDisplayed())) in fragmentIsDisplayed()144 onView(withText(TEST_APP_NAME_2)).perform(click()) in addAnApp_navigatesBackToDataSourcesFragment()
19 import com.android.healthconnect.controller.tests.utils.TEST_APP_NAME_277 onView(withText(TEST_APP_NAME_2)).check(matches(isDisplayed())) in searchAppsFragment_isDisplayedCorrectly()104 onView(withText(TEST_APP_NAME_2)).check(matches(isDisplayed())) in noAppsAllowed_doesNotShowAllowedAccessSection()124 onView(withText(TEST_APP_NAME_2)).check(matches(isDisplayed())) in noAppsDenied_doesNotShowAllowedAccessSection()
127 onView(withText(TEST_APP_NAME_2)).check(matches(isDisplayed())) in test_RecentAccessFragment_displaysCorrectly()179 onView(withText(TEST_APP_NAME_2)).check(matches(isDisplayed())) in test_RecentAccessFragment_inactiveApp_doesNotNavigate()180 onView(withText(TEST_APP_NAME_2)).perform(click()) in test_RecentAccessFragment_inactiveApp_doesNotNavigate()182 onView(withText(TEST_APP_NAME_2)).check(matches(isDisplayed())) in test_RecentAccessFragment_inactiveApp_doesNotNavigate()
31 import com.android.healthconnect.controller.tests.utils.TEST_APP_NAME_2 in <lambda>()82 AppInfo.Builder(TEST_APP_PACKAGE_NAME_2, TEST_APP_NAME_2, bitmap).build(), in <lambda>()
15 import com.android.healthconnect.controller.tests.utils.TEST_APP_NAME_288 assertThat(actual[AppAccessState.Inactive]!![0].appName).isEqualTo(TEST_APP_NAME_2) in <lambda>()
47 import com.android.healthconnect.controller.tests.utils.TEST_APP_NAME_2178 onView(withText(TEST_APP_NAME_2)).check(matches(isDisplayed())) in test_all()
431 const val TEST_APP_NAME_2 = "Health Connect test app 2" constant438 AppMetadata(packageName = TEST_APP_PACKAGE_NAME_2, appName = TEST_APP_NAME_2, icon = null)
55 import com.android.healthconnect.controller.tests.utils.TEST_APP_NAME_2319 onView(withText(TEST_APP_NAME_2)).check(matches(isDisplayed())) in test_all()
141 private static final String TEST_APP_NAME_2 = "test54321"; field in WifiNetworkSuggestionsManagerTest290 .thenReturn(TEST_APP_NAME_2); in setUp()