Home
last modified time | relevance | path

Searched refs:expectedIntent (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/app/timezone/
H A DRulesUpdaterContractTest.java57 Intent expectedIntent = RulesUpdaterContract.createUpdaterIntent(packageName); in sendBroadcast() local
58 expectedIntent.putExtra(RulesUpdaterContract.EXTRA_CHECK_TOKEN, tokenBytes); in sendBroadcast()
65 filterEquals(expectedIntent), in sendBroadcast()
/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/transport/
H A DTransportClientManagerTest.java120 private ArgumentMatcher<Intent> matchesIntentAndExtras(Intent expectedIntent) { in matchesIntentAndExtras() argument
122 if (!expectedIntent.filterEquals(actualIntent)) { in matchesIntentAndExtras()
126 Bundle expectedExtras = expectedIntent.getExtras(); in matchesIntentAndExtras()
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/wifi/
H A DWifiTetherBasePreferenceControllerTest.java153 Intent expectedIntent = new Intent( in onSetWifiTetherConfig_requestsWifiTetherRestart() local
158 .isEqualTo(expectedIntent.toString()); in onSetWifiTetherConfig_requestsWifiTetherRestart()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezone/
H A DPackageTrackerTest.java1295 Intent expectedIntent = RulesUpdaterContract.createUpdaterIntent(updateAppPackageName); in configureUpdateAppManifestOk() local
1297 filterEquals(expectedIntent), in configureUpdateAppManifestOk()
1306 Intent expectedIntent = RulesUpdaterContract.createUpdaterIntent(updateAppPackageName); in configureUpdateAppManifestBad() local
1308 filterEquals(expectedIntent), in configureUpdateAppManifestBad()
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/individual/
H A DIndividualPickerActivityTest.java231 Matcher<Intent> expectedIntent = hasAction(WallpaperManager.ACTION_CHANGE_LIVE_WALLPAPER); in testShowStartRotationDialog_WifiOnly_ClickOK_StartsRotation() local
232 intending(expectedIntent).respondWith(new ActivityResult(Activity.RESULT_OK, null)); in testShowStartRotationDialog_WifiOnly_ClickOK_StartsRotation()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
H A DEnterprisePrivacyFeatureProviderImplTest.java469 public IntentMatcher(Intent expectedIntent) { in IntentMatcher() argument
470 mExpectedIntent = expectedIntent; in IntentMatcher()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java6173 Intent expectedIntent = new Intent( in verifyDataSharingAppliedBroadcast() local
6176 MockUtils.checkIntent(expectedIntent), in verifyDataSharingAppliedBroadcast()