Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DPrivateProfileManagerTest.java207 Intent expectedIntent = ApiWrapper.INSTANCE.get(mContext).getPrivateSpaceSettingsIntent(); in openPrivateSpaceSettings_triggersCorrectIntent() local
211 mContext.startActivity(expectedIntent); in openPrivateSpaceSettings_triggersCorrectIntent()
215 expectedIntent == null ? null : expectedIntent.toUri(0), in openPrivateSpaceSettings_triggersCorrectIntent()
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DFirstScreenBroadcastHelperTest.kt49 private val expectedIntent = constant
60 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()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/wifi/
DWifiTetherBasePreferenceControllerTest.java153 Intent expectedIntent = new Intent( in onSetWifiTetherConfig_requestsWifiTetherRestart() local
158 .isEqualTo(expectedIntent.toString()); in onSetWifiTetherConfig_requestsWifiTetherRestart()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/
DPickerDataLayerTest.java689 final Intent expectedIntent = new Intent("foo"); in testFetchCloudAccountInfo() local
690 mCloudPrimaryMediaGenerator.setAccountInfo(expectedName, expectedIntent); in testFetchCloudAccountInfo()
696 assertThat(info.accountConfigurationIntent).isEqualTo(expectedIntent); in testFetchCloudAccountInfo()
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
DEnterprisePrivacyFeatureProviderImplTest.java487 public IntentMatcher(Intent expectedIntent) { in IntentMatcher() argument
488 mExpectedIntent = expectedIntent; in IntentMatcher()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java573 boolean expectedIntent) { in injectAudioDeviceAdded() argument
575 if (expectedIntent) { in injectAudioDeviceAdded()
588 boolean expectedIntent) { in injectAudioDeviceRemoved() argument
590 if (expectedIntent) { in injectAudioDeviceRemoved()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallControllerTests.java1976 Intent expectedIntent = new Intent(InCallService.SERVICE_INTERFACE); in testSeparatelyBluetoothService() local
1977 expectedIntent.setPackage(mDefaultDialerCache.getBTInCallServicePackages()[0]); in testSeparatelyBluetoothService()