Searched refs:expectedIntent (Results 1 – 7 of 7) sorted by relevance
207 Intent expectedIntent = ApiWrapper.INSTANCE.get(mContext).getPrivateSpaceSettingsIntent(); in openPrivateSpaceSettings_triggersCorrectIntent() local211 mContext.startActivity(expectedIntent); in openPrivateSpaceSettings_triggersCorrectIntent()215 expectedIntent == null ? null : expectedIntent.toUri(0), in openPrivateSpaceSettings_triggersCorrectIntent()
49 private val expectedIntent = constant60 intent = expectedIntent in <lambda>()64 intent = expectedIntent in <lambda>()210 val expectedItemInfo = WorkspaceItemInfo().apply { intent = expectedIntent } in Broadcast Models are created with Pending Items in Collections from the first screen()
153 Intent expectedIntent = new Intent( in onSetWifiTetherConfig_requestsWifiTetherRestart() local158 .isEqualTo(expectedIntent.toString()); in onSetWifiTetherConfig_requestsWifiTetherRestart()
689 final Intent expectedIntent = new Intent("foo"); in testFetchCloudAccountInfo() local690 mCloudPrimaryMediaGenerator.setAccountInfo(expectedName, expectedIntent); in testFetchCloudAccountInfo()696 assertThat(info.accountConfigurationIntent).isEqualTo(expectedIntent); in testFetchCloudAccountInfo()
487 public IntentMatcher(Intent expectedIntent) { in IntentMatcher() argument488 mExpectedIntent = expectedIntent; in IntentMatcher()
573 boolean expectedIntent) { in injectAudioDeviceAdded() argument575 if (expectedIntent) { in injectAudioDeviceAdded()588 boolean expectedIntent) { in injectAudioDeviceRemoved() argument590 if (expectedIntent) { in injectAudioDeviceRemoved()
1976 Intent expectedIntent = new Intent(InCallService.SERVICE_INTERFACE); in testSeparatelyBluetoothService() local1977 expectedIntent.setPackage(mDefaultDialerCache.getBTInCallServicePackages()[0]); in testSeparatelyBluetoothService()