/cts/tests/tests/os/src/android/os/cts/ |
D | ParcelFileDescriptorTest.java | 52 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 …]
|
D | IParcelFileDescriptorPeer.aidl | 32 void set(in ParcelFileDescriptor pfd); in set()
|
D | ParcelFileDescriptorPeer.java | 109 public void set(ParcelFileDescriptor pfd) throws RemoteException { in set()
|
D | BundleTest.java | 700 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/ |
D | PhoneNumberTest.java | 40 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation() in setDefaultSmsApp() local
|
/cts/tests/tests/calllog/src/android/calllog/cts/ |
D | TestUtils.java | 59 final ParcelFileDescriptor pfd = in executeStreamedShellCommand() local
|
/cts/libs/deviceutil/src/android/cts/util/ |
D | SystemUtil.java | 60 ParcelFileDescriptor pfd = instrumentation.getUiAutomation().executeShellCommand(cmd); in runShellCommand() local
|
/cts/tests/tests/security/src/android/security/cts/ |
D | AslrTest.java | 47 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation() in readMappingAddress() local
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | MediaStore_FilesTest.java | 189 ParcelFileDescriptor pfd = mResolver.openFileDescriptor(fileUri, "r"); in testCaseSensitivity() local 198 String realPathFor(ParcelFileDescriptor pfd) { in realPathFor() 223 ParcelFileDescriptor pfd = null; in testAccess() local
|
D | Settings_SystemTest.java | 78 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation().executeShellCommand( in enableAppOps() local
|
D | ProviderTestUtils.java | 50 ParcelFileDescriptor pfd = uiAutomation.executeShellCommand(command.toString()); in executeShellCommand() local
|
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
D | CaptioningManagerTest.java | 128 ParcelFileDescriptor pfd = mUiAutomation.executeShellCommand(cmd); in execShellCommand() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | Utils.java | 68 ParcelFileDescriptor pfd = instrumentation.getUiAutomation().executeShellCommand( in setAppOps() local
|
/cts/tests/tests/display/src/android/display/cts/ |
D | DisplayTest.java | 105 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation().executeShellCommand( in enableAppOps() local
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | NetworkUsageStatsTest.java | 198 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation() in setAppOpsMode() local 211 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation() in getAppOpsMode() local
|
D | UsageStatsTest.java | 104 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation() in setAppOpsMode() local
|
/cts/tests/backup/src/android/backup/cts/ |
D | BackupQuotaTest.java | 159 final ParcelFileDescriptor pfd = in executeStreamedShellCommand() local
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | TestUtils.java | 110 final ParcelFileDescriptor pfd = in executeShellCommand() local
|
/cts/tests/tests/text/src/android/text/format/cts/ |
D | DateFormatTest.java | 84 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation().executeShellCommand( in enableAppOps() local
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | PhoneAccountTest.java | 273 final ParcelFileDescriptor pfd = in executeShellCommand() local
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | PasswordTransformationMethodTest.java | 132 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation().executeShellCommand( in enableAppOps() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapFactoryTest.java | 263 ParcelFileDescriptor pfd = obtainParcelDescriptor(obtainPath()); in testDecodeFileDescriptor1() local 276 ParcelFileDescriptor pfd = obtainParcelDescriptor(obtainPath()); in testDecodeFileDescriptor2() local
|
D | BitmapRegionDecoderTest.java | 145 ParcelFileDescriptor pfd = obtainParcelDescriptor(filepath); in testNewInstanceStringAndFileDescriptor() local
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
D | SmsManagerTest.java | 529 ParcelFileDescriptor pfd = in executeShellCommand() local
|
/cts/tests/tests/location2/src/android/location2/cts/ |
D | LocationManagerTest.java | 330 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation() in setAsMoskLocationProvider() local
|