Searched refs:nativePushAllowFds (Results 1 – 2 of 2) sorted by relevance
291 private static native boolean nativePushAllowFds(long nativePtr, boolean allowFds); in nativePushAllowFds() method in Parcel537 return nativePushAllowFds(mNativePtr, allowFds); in pushAllowFds()
51754 Landroid/os/Parcel;->nativePushAllowFds(JZ)Z