Searched refs:TEST_APP_NAME_3 (Results 1 – 4 of 4) sorted by relevance
20 import com.android.healthconnect.controller.tests.utils.TEST_APP_NAME_379 onView(withText(TEST_APP_NAME_3)).check(matches(isDisplayed())) in searchAppsFragment_isDisplayedCorrectly()106 onView(withText(TEST_APP_NAME_3)).check(matches(isDisplayed())) in noAppsAllowed_doesNotShowAllowedAccessSection()125 onView(withText(TEST_APP_NAME_3)).check(matches(isDisplayed())) in noAppsDenied_doesNotShowAllowedAccessSection()
39 import com.android.healthconnect.controller.tests.utils.TEST_APP_NAME_395 onView(withText(TEST_APP_NAME_3)).check(matches(isDisplayed())) in fragmentIsDisplayed()
432 const val TEST_APP_NAME_3 = "Health Connect test app 3" constant440 AppMetadata(packageName = TEST_APP_PACKAGE_NAME_3, appName = TEST_APP_NAME_3, icon = null)
142 private static final String TEST_APP_NAME_3 = "test66666"; field in WifiNetworkSuggestionsManagerTest