Home
last modified time | relevance | path

Searched refs:assertEqualIntents (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/
DSettingsLicenseActivityTest.java57 private void assertEqualIntents(Intent actual, Intent expected) { in assertEqualIntents() method in SettingsLicenseActivityTest
78 assertEqualIntents(Shadows.shadowOf(mApplication).getNextStartedActivity(), intent); in testOnCreateWithValidHtmlFile()
100 assertEqualIntents(Shadows.shadowOf(mApplication).getNextStartedActivity(), intent); in testOnCreateWithGeneratedHtmlFile()
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/about/
DLicenseActivityTest.java59 void assertEqualIntents(Intent actual, Intent expected) { in assertEqualIntents() method in LicenseActivityTest
80 assertEqualIntents(shadowOf(mApplication).getNextStartedActivity(), intent); in testOnCreateWithValidHtmlFile()
102 assertEqualIntents(shadowOf(mApplication).getNextStartedActivity(), intent); in testOnCreateWithGeneratedHtmlFile()