Home | History | Annotate | Download | only in app

Lines Matching refs:profileFd

131             ParcelFileDescriptor profileFd = data.readInt() != 0
137 profileFile, profileFd, options);
156 ParcelFileDescriptor profileFd = data.readInt() != 0
163 profileFile, profileFd, options, userId);
182 ParcelFileDescriptor profileFd = data.readInt() != 0
189 profileFile, profileFd, options, userId);
2070 ParcelFileDescriptor profileFd, Bundle options) throws RemoteException {
2083 if (profileFd != null) {
2085 profileFd.writeToParcel(data, Parcelable.PARCELABLE_WRITE_RETURN_VALUE);
2106 ParcelFileDescriptor profileFd, Bundle options, int userId) throws RemoteException {
2119 if (profileFd != null) {
2121 profileFd.writeToParcel(data, Parcelable.PARCELABLE_WRITE_RETURN_VALUE);
2142 ParcelFileDescriptor profileFd, Bundle options, int userId) throws RemoteException {
2155 if (profileFd != null) {
2157 profileFd.writeToParcel(data, Parcelable.PARCELABLE_WRITE_RETURN_VALUE);