Searched refs:expectedIntent (Results 1 – 7 of 7) sorted by relevance
57 Intent expectedIntent = RulesUpdaterContract.createUpdaterIntent(packageName); in sendBroadcast() local58 expectedIntent.putExtra(RulesUpdaterContract.EXTRA_CHECK_TOKEN, tokenBytes); in sendBroadcast()65 filterEquals(expectedIntent), in sendBroadcast()
120 private ArgumentMatcher<Intent> matchesIntentAndExtras(Intent expectedIntent) { in matchesIntentAndExtras() argument122 if (!expectedIntent.filterEquals(actualIntent)) { in matchesIntentAndExtras()126 Bundle expectedExtras = expectedIntent.getExtras(); in matchesIntentAndExtras()
153 Intent expectedIntent = new Intent( in onSetWifiTetherConfig_requestsWifiTetherRestart() local158 .isEqualTo(expectedIntent.toString()); in onSetWifiTetherConfig_requestsWifiTetherRestart()
1295 Intent expectedIntent = RulesUpdaterContract.createUpdaterIntent(updateAppPackageName); in configureUpdateAppManifestOk() local1297 filterEquals(expectedIntent), in configureUpdateAppManifestOk()1306 Intent expectedIntent = RulesUpdaterContract.createUpdaterIntent(updateAppPackageName); in configureUpdateAppManifestBad() local1308 filterEquals(expectedIntent), in configureUpdateAppManifestBad()
231 Matcher<Intent> expectedIntent = hasAction(WallpaperManager.ACTION_CHANGE_LIVE_WALLPAPER); in testShowStartRotationDialog_WifiOnly_ClickOK_StartsRotation() local232 intending(expectedIntent).respondWith(new ActivityResult(Activity.RESULT_OK, null)); in testShowStartRotationDialog_WifiOnly_ClickOK_StartsRotation()
469 public IntentMatcher(Intent expectedIntent) { in IntentMatcher() argument470 mExpectedIntent = expectedIntent; in IntentMatcher()
6173 Intent expectedIntent = new Intent( in verifyDataSharingAppliedBroadcast() local6176 MockUtils.checkIntent(expectedIntent), in verifyDataSharingAppliedBroadcast()