Home
last modified time | relevance | path

Searched refs:putExtras (Results 1 – 25 of 76) sorted by relevance

1234

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/
DExtrasProvisioningDataParserTest.java258 .putExtras(getTestTimeTimeZoneAndLocaleExtras()) in testParse_trustedSourceProvisioningIntent()
259 .putExtras(getTestWifiInfoExtras()) in testParse_trustedSourceProvisioningIntent()
260 .putExtras(getTestDeviceAdminDownloadExtras()) in testParse_trustedSourceProvisioningIntent()
328 .putExtras(getTestTimeTimeZoneAndLocaleExtras()) in testParse_managedProfileIntent()
329 .putExtras(getTestWifiInfoExtras()) in testParse_managedProfileIntent()
330 .putExtras(getTestDeviceAdminDownloadExtras()) in testParse_managedProfileIntent()
443 .putExtras(getTestTimeTimeZoneAndLocaleExtras()) in testParse_managedUserIntent()
444 .putExtras(getTestWifiInfoExtras()) in testParse_managedUserIntent()
445 .putExtras(getTestDeviceAdminDownloadExtras()) in testParse_managedUserIntent()
487 .putExtras(getTestTimeTimeZoneAndLocaleExtras()) in testParse_managedDeviceIntent()
[all …]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallExtrasTest.java89 connection.putExtras(extras); in testCsPutExtras()
114 connection.putExtras(newExtras); in testCsPutBooleanExtra()
138 connection.putExtras(newExtras); in testCsPutIntExtra()
162 connection.putExtras(newExtras); in testCsPutStringExtra()
189 connection.putExtras(newExtras); in testCsRemoveExtra()
223 connection.putExtras(extras); in testCsUpdateExisting()
232 connection.putExtras(newExtras); in testCsUpdateExisting()
299 mInCallServiceFixtureX.mInCallAdapter.putExtras(ids.mCallId, extras); in testICSPutExtras()
340 mInCallServiceFixtureX.mInCallAdapter.putExtras(ids.mCallId, someMoreExtras); in testExtrasBidirectional()
459 mInCallServiceFixtureX.mInCallAdapter.putExtras(conferenceId, someExtras); in testConferenceICS()
[all …]
DParcelableCallUtilsTest.java91 mCall.putExtras(Call.SOURCE_CONNECTION_SERVICE, getSomeExtras()); in testParcelForNonSystemDialer()
108 mCall.putExtras(Call.SOURCE_CONNECTION_SERVICE, getSomeExtras()); in testParcelForSystemDialer()
125 mCall.putExtras(Call.SOURCE_CONNECTION_SERVICE, getSomeExtras()); in testParcelForSystemCallScreening()
138 mCall.putExtras(Call.SOURCE_CONNECTION_SERVICE, getSomeExtras()); in testParcelForSystemNonSystemCallScreening()
/packages/apps/Contacts/src/com/android/contacts/activities/
DShowOrCreateActivity.java189 listIntent.putExtras(mCreateExtras); in onQueryComplete()
198 createIntent.putExtras(mCreateExtras); in onQueryComplete()
216 createIntent.putExtras(mCreateExtras); in onCreateDialog()
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsSender.java160 sentIntent.putExtras(sentIntentExtras); in sendMms()
259 downloadedIntent.putExtras(extras); in downloadMms()
/packages/apps/Gallery/src/com/android/camera/
DCropImage.java305 (new Intent()).setAction("inline-data").putExtras(extras)); in onSaveClicked()
338 .putExtras(extras)); in saveOutput()
384 .putExtras(extras)); in saveOutput()
/packages/services/Telephony/src/com/android/phone/euicc/
DEuiccPublicActionUiDispatcherActivity.java40 intent.putExtras(getIntent()); in getEuiccUiIntent()
DEuiccPrivilegedActionUiDispatcherActivity.java41 intent.putExtras(getIntent()); in getEuiccUiIntent()
DEuiccResolutionUiDispatcherActivity.java64 euiccUiIntent.putExtras(getIntent()); in getEuiccUiIntent()
DEuiccUiDispatcherActivity.java116 intent.putExtras(getIntent()); in getEuiccUiIntent()
/packages/apps/Messaging/src/com/android/messaging/ui/
DRemoteInputEntrypointActivity.java46 sendIntent.putExtras(intent); in onCreate()
/packages/apps/Stk/src/com/android/stk/
DBootCompletedReceiver.java48 .putExtras(args)); in onReceive()
DStkMain.java101 .putExtras(args)); in launchSTKMainMenu()
DStkCmdReceiver.java86 toService.putExtras(args); in handleAction()
DToneDialog.java141 startService(new Intent(this, StkAppService.class).putExtras(args)); in sendStopTone()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionService.java186 putExtras(newExtras); in TestConnection()
455 connection.putExtras(connectionExtras);
DSelfManagedConnectionService.java138 connection.putExtras(moreExtras); in createSelfManagedConnection()
/packages/services/Telephony/src/com/android/phone/settings/fdn/
DGetPin2Screen.java86 setResult(RESULT_OK, action.putExtras(map)); in returnResult()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java592 public void putExtras(String callId, Bundle extras) { in putExtras() method in InCallAdapter
600 call.putExtras(Call.SOURCE_INCALL_SERVICE, extras); in putExtras()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DInternalStateHandler.java52 intent.putExtras(extras); in addToIntent()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConferenceBase.java198 putExtras(newExtras); in updateCallRadioTechAfterCreation()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DSetNewPasswordActivity.java112 intent.putExtras(chooseLockFingerprintExtras); in launchChooseLock()
/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAddAccountActivity.java94 intent.putExtras(addAccountOptions);
/packages/apps/Settings/src/com/android/settings/password/
DSetNewPasswordActivity.java117 intent.putExtras(chooseLockFingerprintExtras); in launchChooseLock()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DCryptKeeperConfirm.java144 intent.putExtras(getArguments());

1234