Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/com/android/ims/
H A DImsFeatureContainer.java166 dest.writeStrongInterface(imsConfig); in writeToParcel()
167 dest.writeStrongInterface(imsRegistration); in writeToParcel()
168 dest.writeStrongInterface(sipTransport); in writeToParcel()
/aosp14/frameworks/base/core/java/android/view/
H A DRemoteAnimationAdapter.java157 dest.writeStrongInterface(mRunner); in writeToParcel()
161 dest.writeStrongInterface(mCallingApplication); in writeToParcel()
H A DDragAndDropPermissions.java166 destination.writeStrongInterface(mDragAndDropPermissions); in writeToParcel()
H A DInputMonitor.java150 dest.writeStrongInterface(mHost); in writeToParcel()
H A DScrollCaptureResponse.java208 if (mConnection != null) dest.writeStrongInterface(mConnection); in writeToParcel()
/aosp14/frameworks/base/core/java/android/window/
H A DRemoteTransition.java175 dest.writeStrongInterface(mRemoteTransition); in writeToParcel()
176 if (mAppThread != null) dest.writeStrongInterface(mAppThread); in writeToParcel()
H A DBackAnimationAdapter.java49 dest.writeStrongInterface(mRunner); in writeToParcel()
H A DTaskFragmentOrganizerToken.java50 dest.writeStrongInterface(mRealToken); in writeToParcel()
H A DOnBackInvokedCallbackInfo.java54 dest.writeStrongInterface(mCallback); in writeToParcel()
H A DStartingWindowInfo.java259 dest.writeStrongInterface(windowlessStartingSurfaceCallback); in writeToParcel()
H A DBackNavigationInfo.java137 dest.writeStrongInterface(mOnBackInvokedCallback); in writeToParcel()
H A DWindowContainerTransaction.java982 dest.writeStrongInterface(mTaskFragmentOrganizer); in writeToParcel()
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputBindResult.java312 dest.writeStrongInterface(method); in writeToParcel()
321 dest.writeStrongInterface(accessibilitySessions.valueAt(i)); in writeToParcel()
/aosp14/frameworks/base/telephony/java/android/telephony/gba/
H A DGbaAuthRequest.java109 out.writeStrongInterface(mCallback); in writeToParcel()
/aosp14/frameworks/base/core/java/android/app/servertransaction/
H A DLaunchActivityItem.java160 dest.writeStrongInterface(mVoiceInteractor); in writeToParcel()
170 dest.writeStrongInterface(mActivityClientController); in writeToParcel()
/aosp14/frameworks/base/core/java/android/database/
H A DBulkCursorNative.java229 data.writeStrongInterface(observer); in requery()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DParcelNullabilityTest.java82 p.writeStrongInterface(null); in nullStringInterface()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestion.java646 if (mContentProvider != null) dest.writeStrongInterface(mContentProvider);
/aosp14/frameworks/base/media/java/android/media/
H A DAudioPlaybackConfiguration.java791 dest.writeStrongInterface(ips == null ? null : ips.getIPlayer()); in writeToParcel()
/aosp14/frameworks/base/core/java/android/os/
H A DParcel.java1181 public final void writeStrongInterface(IInterface val) { in writeStrongInterface() method in Parcel
1883 writeStrongInterface(val[i]); in writeInterfaceArray()
2132 writeStrongInterface(val.get(i)); in writeInterfaceList()
/aosp14/frameworks/base/tests/Codegen/src/com/android/codegentest/
H A DSampleDataClass.java1364 if (mIPCInterface != null) dest.writeStrongInterface(mIPCInterface); in writeToParcel()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt12643 HSPLandroid/os/Parcel;->writeStrongInterface(Landroid/os/IInterface;)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt12646 HSPLandroid/os/Parcel;->writeStrongInterface(Landroid/os/IInterface;)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt33391 method public void writeStrongInterface(android.os.IInterface);