Searched refs:hasComponent (Results 1 – 8 of 8) sorted by relevance
22 import static androidx.test.espresso.intent.matcher.IntentMatchers.hasComponent;85 intended(hasComponent(ChooseLockGeneric.class.getName())); in launchWithoutPin_setsPin()94 intended(hasComponent(ConfirmLockPassword.InternalActivity.class.getName())); in launchWithPin_confirmsPin()116 intended(hasComponent(mHasFace in launchWithPinAndPwHandle_confirmsPin()
28 import static androidx.test.espresso.intent.matcher.IntentMatchers.hasComponent;84 intended(hasComponent(AdminIntegratedFlowPrepareActivity.class.getName())); in onNextButtonClicked_shouldRunPrepareActivity_runsPrepareActivity()96 intended(hasComponent(AdminIntegratedFlowPrepareActivity.class.getName()), times(0)); in onNextButtonClicked_shouldNotRunPrepareActivity_doesNotRunPrepareActivity()
30 import static androidx.test.espresso.intent.matcher.IntentMatchers.hasComponent;390 intended(allOf(hasComponent(TEST_ACTIVITY), hasAction(ACTION_STATE_USER_SETUP_COMPLETE))); in testSuccess_Nfc()
26 import static androidx.test.espresso.intent.matcher.IntentMatchers.hasComponent;84 hasComponent(SettingsActivity.class.getName()), in testSettings_aboutTap_launchesActivity()98 hasComponent(SettingsActivity.class.getName()), in testSettings_developerOptionsTap_launchesActivityWithFragment()
26 import static androidx.test.espresso.intent.matcher.IntentMatchers.hasComponent;157 hasComponent(TokenActivity.class.getName()))); in startTokenActivity()171 hasComponent(TokenActivity.class.getName()))) in returnedFromTokenActivityOK()194 hasComponent(TokenActivity.class.getName()))) in returnedFromTokenActivityCancelled()
25 import static androidx.test.espresso.intent.matcher.IntentMatchers.hasComponent;108 intending(hasComponent(InCallActivity.class.getName())).respondWith( in setup()
35 bool hasComponent(
55 bool hasComponent(const std::vector<PowerComponent>& components, PowerComponent component) { in hasComponent() function