Home
last modified time | relevance | path

Searched defs:pfd (Results 1 – 25 of 28) sorted by relevance

12

/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptorTest.java52 ParcelFileDescriptor pfd = new ParcelFileDescriptor(tempFile); in testConstructorAndOpen() local
104 ParcelFileDescriptor pfd = ParcelFileDescriptor.fromSocket(socket); in testFromSocket() local
125 ParcelFileDescriptor pfd = ParcelFileDescriptor.fromData(data, null); in testFromData() local
150 ParcelFileDescriptor pfd = ParcelFileDescriptor.fromData(data, null); in testFromDataSkip() local
170 ParcelFileDescriptor pfd = ParcelFileDescriptor.fromSocket(new Socket()); in testToString() local
180 ParcelFileDescriptor pfd = ParcelFileDescriptor.CREATOR.createFromParcel(pl); in testWriteToParcel() local
221 ParcelFileDescriptor pfd = ParcelFileDescriptor.fromSocket(new Socket()); in testGetFileDescriptor() local
229 ParcelFileDescriptor pfd = ParcelFileDescriptor.fromSocket(new Socket()); in testDescribeContents() local
238 private static void write(ParcelFileDescriptor pfd, int oneByte) throws IOException{ in write()
248 private static int read(ParcelFileDescriptor pfd) throws IOException { in read()
[all …]
DIParcelFileDescriptorPeer.aidl32 void set(in ParcelFileDescriptor pfd); in set()
DParcelFileDescriptorPeer.java109 public void set(ParcelFileDescriptor pfd) throws RemoteException { in set()
DBundleTest.java700 ParcelFileDescriptor pfd = (ParcelFileDescriptor)mBundle.getParcelable("foo"); in testDescribeContents() local
729 ParcelFileDescriptor pfd = (ParcelFileDescriptor)mBundle.getParcelable("foo"); in testHasFileDescriptors() local
/cts/tests/tests/telephony2/src/android/telephony2/cts/
DPhoneNumberTest.java40 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation() in setDefaultSmsApp() local
/cts/tests/tests/calllog/src/android/calllog/cts/
DTestUtils.java59 final ParcelFileDescriptor pfd = in executeStreamedShellCommand() local
/cts/libs/deviceutil/src/android/cts/util/
DSystemUtil.java60 ParcelFileDescriptor pfd = instrumentation.getUiAutomation().executeShellCommand(cmd); in runShellCommand() local
/cts/tests/tests/security/src/android/security/cts/
DAslrTest.java47 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation() in readMappingAddress() local
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_FilesTest.java189 ParcelFileDescriptor pfd = mResolver.openFileDescriptor(fileUri, "r"); in testCaseSensitivity() local
198 String realPathFor(ParcelFileDescriptor pfd) { in realPathFor()
223 ParcelFileDescriptor pfd = null; in testAccess() local
DSettings_SystemTest.java78 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation().executeShellCommand( in enableAppOps() local
DProviderTestUtils.java50 ParcelFileDescriptor pfd = uiAutomation.executeShellCommand(command.toString()); in executeShellCommand() local
/cts/tests/accessibility/src/android/view/accessibility/cts/
DCaptioningManagerTest.java128 ParcelFileDescriptor pfd = mUiAutomation.executeShellCommand(cmd); in execShellCommand() local
/cts/tests/tests/media/src/android/media/cts/
DUtils.java68 ParcelFileDescriptor pfd = instrumentation.getUiAutomation().executeShellCommand( in setAppOps() local
/cts/tests/tests/display/src/android/display/cts/
DDisplayTest.java105 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation().executeShellCommand( in enableAppOps() local
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java198 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation() in setAppOpsMode() local
211 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation() in getAppOpsMode() local
DUsageStatsTest.java104 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation() in setAppOpsMode() local
/cts/tests/backup/src/android/backup/cts/
DBackupQuotaTest.java159 final ParcelFileDescriptor pfd = in executeStreamedShellCommand() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java110 final ParcelFileDescriptor pfd = in executeShellCommand() local
/cts/tests/tests/text/src/android/text/format/cts/
DDateFormatTest.java84 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation().executeShellCommand( in enableAppOps() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPhoneAccountTest.java273 final ParcelFileDescriptor pfd = in executeShellCommand() local
/cts/tests/tests/text/src/android/text/method/cts/
DPasswordTransformationMethodTest.java132 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation().executeShellCommand( in enableAppOps() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapFactoryTest.java263 ParcelFileDescriptor pfd = obtainParcelDescriptor(obtainPath()); in testDecodeFileDescriptor1() local
276 ParcelFileDescriptor pfd = obtainParcelDescriptor(obtainPath()); in testDecodeFileDescriptor2() local
DBitmapRegionDecoderTest.java145 ParcelFileDescriptor pfd = obtainParcelDescriptor(filepath); in testNewInstanceStringAndFileDescriptor() local
/cts/tests/tests/telephony/src/android/telephony/cts/
DSmsManagerTest.java529 ParcelFileDescriptor pfd = in executeShellCommand() local
/cts/tests/tests/location2/src/android/location2/cts/
DLocationManagerTest.java330 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation() in setAsMoskLocationProvider() local

12