Home
last modified time | relevance | path

Searched refs:putParcelable (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/provider/
H A DBaseQCProviderTest.java67 extras.putParcelable(EXTRA_URI, mDefaultUri); in callOnBind_allowed_returnsItem()
90 extras.putParcelable(EXTRA_URI, mSlowUri); in callOnBind_slowOperation_throwsRuntimeException()
100 extras.putParcelable(EXTRA_URI, mDeniedUri); in callOnBind_notAllowed_throwsSecurityException()
110 extras.putParcelable(EXTRA_URI, mDefaultUri); in callOnSubscribed_isSubscribed()
124 extras.putParcelable(EXTRA_URI, mDefaultUri); in callOnUnsubscribed_isUnsubscribed()
139 extras.putParcelable(EXTRA_URI, mDefaultUri); in callDestroy_isDestroyed()
/aosp12/frameworks/base/core/java/android/provider/
H A DDocumentsContract.java1376 in.putParcelable(DocumentsContract.EXTRA_URI, parentDocumentUri); in createDocument()
1407 in.putParcelable(DocumentsContract.EXTRA_URI, parentDocumentUri); in isChildDocument()
1443 in.putParcelable(DocumentsContract.EXTRA_URI, documentUri); in renameDocument()
1467 in.putParcelable(DocumentsContract.EXTRA_URI, documentUri); in deleteDocument()
1492 in.putParcelable(DocumentsContract.EXTRA_URI, sourceDocumentUri); in copyDocument()
1519 in.putParcelable(DocumentsContract.EXTRA_URI, sourceDocumentUri); in moveDocument()
1547 in.putParcelable(DocumentsContract.EXTRA_URI, documentUri); in removeDocument()
1568 in.putParcelable(DocumentsContract.EXTRA_URI, rootUri); in ejectRoot()
1613 in.putParcelable(EXTRA_URI, documentUri); in getDocumentMetadata()
1641 in.putParcelable(DocumentsContract.EXTRA_URI, treeUri); in findDocumentPath()
[all …]
/aosp12/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/actions/
H A DInputSetupActionUtilsTest.java119 extras.putParcelable("com.android.tv.extra.SETUP_INTENT", setup); in removeSetupIntent_setup()
128 extras.putParcelable("com.google.android.tv.extra.SETUP_INTENT", googleSetup); in removeSetupIntent_googleSetup()
137 extras.putParcelable("com.android.tv.extra.SETUP_INTENT", setup); in removeSetupIntent_bothSetups()
139 extras.putParcelable("com.google.android.tv.extra.SETUP_INTENT", googleSetup); in removeSetupIntent_bothSetups()
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DCallNotificationReceiver.java94 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle); in sendIncomingCallIntent()
110 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle); in sendIncomingRttCallIntent()
128 extras.putParcelable(TelecomManager.EXTRA_UNKNOWN_CALL_HANDLE, handle); in addNewUnknownCall()
129 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle); in addNewUnknownCall()
H A DSelfManagedCallingActivity.java202 extras.putParcelable(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, in placeOutgoingCall()
226 extras.putParcelable(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, phoneAccountHandle); in placeSelfManagedOutgoingCall()
253 extras.putParcelable(TelecomManager.EXTRA_INCOMING_CALL_ADDRESS, in placeIncomingCall()
277 extras.putParcelable(TelecomManager.EXTRA_INCOMING_CALL_ADDRESS, in placeSelfManagedIncomingCall()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType1Authenticator.java82 result.putParcelable(AccountManagerServiceTestFixtures.KEY_OPTIONS_BUNDLE, options); in addAccount()
94 result.putParcelable(AccountManager.KEY_INTENT, intent); in addAccount()
132 result.putParcelable(AccountManager.KEY_INTENT, intent); in confirmCredentials()
182 result.putParcelable(AccountManager.KEY_INTENT, intent); in getAuthToken()
225 result.putParcelable(AccountManager.KEY_INTENT, intent); in updateCredentials()
306 result.putParcelable(AccountManager.KEY_INTENT, intent); in startAddAccountSession()
363 result.putParcelable(AccountManager.KEY_INTENT, intent); in startUpdateCredentialsSession()
414 result.putParcelable(AccountManager.KEY_INTENT, intent); in finishSession()
453 result.putParcelable(AccountManager.KEY_INTENT, intent); in getAccountRemovalAllowed()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DActionServiceImpl.java58 actionBundle.putParcelable(BUNDLE_ACTION, action); in startAction()
74 actionBundle.putParcelable(BUNDLE_ACTION, action); in scheduleAction()
90 actionBundle.putParcelable(BUNDLE_ACTION, action); in handleResponseFromBackgroundWorker()
106 actionBundle.putParcelable(BUNDLE_ACTION, action); in handleFailureFromBackgroundWorker()
198 actionBundle.putParcelable(BUNDLE_ACTION, action); in makeStartActionPendingIntent()
H A DProcessSentMessageAction.java84 params.putParcelable(KEY_MESSAGE_URI, messageUri); in processMmsSent()
85 params.putParcelable(KEY_UPDATED_MESSAGE_URI, in processMmsSent()
91 params.putParcelable(KEY_CONTENT_URI, in processMmsSent()
107 params.putParcelable(KEY_MESSAGE_URI, messageUri); in processMessageSentFastFailed()
108 params.putParcelable(KEY_UPDATED_MESSAGE_URI, updatedMessageUri); in processMessageSentFastFailed()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryState.java61 bundle.putParcelable(Shared.EXTRA_ROOT, mRoot); in save()
62 bundle.putParcelable(Shared.EXTRA_DOC, mDocument); in save()
63 bundle.putParcelable(FileOperationService.EXTRA_OPERATION, mPendingOperation); in save()
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/
H A DDisclaimersParserImplTest.java131 bundle.putParcelable(EXTRA_PROVISIONING_DISCLAIMER_CONTENT, DISCLAIMER_URI_1); in testOneParsing()
147 bundle1.putParcelable(EXTRA_PROVISIONING_DISCLAIMER_CONTENT, DISCLAIMER_URI_1); in testThreeParsing()
150 bundle2.putParcelable(EXTRA_PROVISIONING_DISCLAIMER_CONTENT, DISCLAIMER_URI_2); in testThreeParsing()
153 bundle3.putParcelable(EXTRA_PROVISIONING_DISCLAIMER_CONTENT, DISCLAIMER_URI_3); in testThreeParsing()
/aosp12/frameworks/base/core/java/android/service/displayhash/
H A DDisplayHashingService.java133 data.putParcelable(EXTRA_VERIFIED_DISPLAY_HASH, verifiedDisplayHash); in verifyDisplayHash()
141 data.putParcelable(entry.getKey(), entry.getValue()); in getDisplayHashAlgorithms()
173 result.putParcelable(EXTRA_DISPLAY_HASH, displayHash); in generateDisplayHash()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DAccountWithDataSetTest.java111 b.putParcelable("a1", a1); in testParcelable()
112 b.putParcelable("a2", a2); in testParcelable()
113 b.putParcelable("a3", a3); in testParcelable()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
H A DBitmapUtil.java61 bundle.putParcelable(KEY_BUFFER, bitmap.getHardwareBuffer()); in hardwareBitmapToBundle()
62 bundle.putParcelable(KEY_COLOR_SPACE, colorSpace); in hardwareBitmapToBundle()
/aosp12/packages/apps/Car/libs/car-qc-lib/src/com/android/car/qc/controller/
H A DRemoteQCController.java96 b.putParcelable(EXTRA_URI, mUri); in destroy()
135 extras.putParcelable(EXTRA_URI, mUri); in bind()
159 b.putParcelable(EXTRA_URI, mUri); in subscribe()
174 b.putParcelable(EXTRA_URI, mUri); in unsubscribe()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
H A DAccountSyncDetailsFragment.java44 bundle.putParcelable(EXTRA_ACCOUNT, account); in newInstance()
45 bundle.putParcelable(EXTRA_USER_HANDLE, userHandle); in newInstance()
H A DAccountDetailsFragment.java59 bundle.putParcelable(EXTRA_ACCOUNT, account); in newInstance()
61 bundle.putParcelable(EXTRA_USER_INFO, userInfo); in newInstance()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/p2p/
H A DWifiP2pSettingsTest.java164 bundle.putParcelable(WifiP2pManager.EXTRA_P2P_DEVICE_LIST, peers); in withEmptyP2pDeviceList_getP2pPeerChangeIntent_connectedDevicesShouldBeZero()
180 bundle.putParcelable(WifiP2pManager.EXTRA_NETWORK_INFO, networkInfo); in lastGroupForm_whenGroupFormInWifiP2pInfoIsFalse_beSetAsFalse()
181 bundle.putParcelable(WifiP2pManager.EXTRA_WIFI_P2P_INFO, wifiP2pInfo); in lastGroupForm_whenGroupFormInWifiP2pInfoIsFalse_beSetAsFalse()
197 bundle.putParcelable(WifiP2pManager.EXTRA_NETWORK_INFO, networkInfo); in lastGroupForm_whenGroupFormInWifiP2pInfoIsTrue_beSetAsTrue()
198 bundle.putParcelable(WifiP2pManager.EXTRA_WIFI_P2P_INFO, wifiP2pInfo); in lastGroupForm_whenGroupFormInWifiP2pInfoIsTrue_beSetAsTrue()
267 bundle.putParcelable(WifiP2pManager.EXTRA_NETWORK_INFO, networkInfo); in noLastGroupForm_whenP2pDisconnected_shouldStartSearch()
268 bundle.putParcelable(WifiP2pManager.EXTRA_WIFI_P2P_INFO, wifiP2pInfo); in noLastGroupForm_whenP2pDisconnected_shouldStartSearch()
/aosp12/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/
H A DBundleBuilder.java45 args.putParcelable(KEY_NOTIFICATION, notification); in buildAssistantReadBundle()
59 args.putParcelable(KEY_NOTIFICATION, notification); in buildAssistantReplyBundle()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DTestAccessPointBuilder.java83 bundle.putParcelable(AccessPoint.KEY_CONFIG, wifiConfig); in build()
84 bundle.putParcelable(AccessPoint.KEY_NETWORKINFO, mNetworkInfo); in build()
85 bundle.putParcelable(AccessPoint.KEY_WIFIINFO, mWifiInfo); in build()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSignalStrength.java987 m.putParcelable("Cdma", mCdma); in fillInNotifierBundle()
988 m.putParcelable("Gsm", mGsm); in fillInNotifierBundle()
989 m.putParcelable("Wcdma", mWcdma); in fillInNotifierBundle()
990 m.putParcelable("Tdscdma", mTdscdma); in fillInNotifierBundle()
991 m.putParcelable("Lte", mLte); in fillInNotifierBundle()
992 m.putParcelable("Nr", mNr); in fillInNotifierBundle()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DGestureNavContract.java64 result.putParcelable(EXTRA_ICON_POSITION, position); in sendEndPosition()
65 result.putParcelable(EXTRA_ICON_SURFACE, surfaceControl); in sendEndPosition()
/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/controller/
H A DRemoteQCControllerTest.java86 extras.putParcelable(EXTRA_URI, mDefaultUri); in updateListening_listen_providerSubscribed()
102 extras.putParcelable(EXTRA_URI, mDefaultUri); in updateListening_doNotListen_providerUnsubscribed()
147 extras.putParcelable(EXTRA_URI, mDefaultUri); in onDestroy_callsProviderOnDestroy()
/aosp12/frameworks/base/core/java/android/service/resumeonreboot/
H A DResumeOnRebootService.java137 bundle.putParcelable(EXCEPTION_KEY, new ParcelableException(e));
154 bundle.putParcelable(EXCEPTION_KEY, new ParcelableException(e));
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DBrandedAccountPreferenceController.java76 args.putParcelable(AccountDetailDashboardFragment.KEY_ACCOUNT, in handlePreferenceTreeClick()
78 args.putParcelable(AccountDetailDashboardFragment.KEY_USER_HANDLE, in handlePreferenceTreeClick()
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DAddAccountSettings.java99 addAccountOptions.putParcelable(KEY_CALLER_IDENTITY, mPendingIntent);
102 addAccountOptions.putParcelable(EXTRA_USER, mUserHandle);
252 addAccountOptions.putParcelable(KEY_CALLER_IDENTITY, mPendingIntent); in addAccount()

12345678910>>...17