/cts/tests/tests/content/src/android/content/res/cts/ |
D | RawResourceTest.java | 38 final InputStream is = mResources.openRawResource(R.raw.text); in testReadToEnd() local 42 static void verifyTextAsset(final InputStream is) throws IOException { in verifyTextAsset()
|
D | ResourcesTest.java | 578 InputStream is = mResources.openRawResource(R.raw.text); in testRawResource() local 587 static void verifyTextAsset(final InputStream is) throws IOException { in verifyTextAsset()
|
/cts/tests/tests/telephony2/src/android/telephony2/cts/ |
D | PhoneNumberTest.java | 41 InputStream is = new FileInputStream(pfd.getFileDescriptor()); in setDefaultSmsApp() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | MovieTest.java | 113 InputStream is = getActivity().getResources().openRawResource(MOVIE); in testDecodeByteArray() local 124 InputStream is = getActivity().getResources() in testDecodeStream() local
|
D | BitmapRegionDecoderTest.java | 110 InputStream is = obtainInputStream(RES_IDS[i]); in testNewInstanceInputStream() local 282 InputStream is = obtainInputStream(RES_IDS[0]); in testRecycle() local 358 InputStream is = obtainInputStream(resId); in obtainByteArray() local 375 InputStream is = obtainInputStream(RES_IDS[idx]); in obtainPath() local
|
D | TypefaceTest.java | 172 InputStream is = getContext().getAssets().open("samplefont.ttf"); in obtainPath() local
|
D | BitmapFactoryTest.java | 130 InputStream is = obtainInputStream(); in testDecodeResourceStream() local 161 InputStream is = obtainInputStream(); in testDecodeStream1() local 173 InputStream is = obtainInputStream(); in testDecodeStream2() local 183 InputStream is = obtainInputStream(RES_IDS[i]); in testDecodeStream3() local 621 InputStream is = obtainInputStream(resId); in obtainPath() local
|
/cts/tests/tests/util/src/android/util/cts/ |
D | PrintStreamPrinterTest.java | 48 InputStream is = null; in testPrintln() local
|
D | PrintWriterPrinterTest.java | 69 InputStream is = new FileInputStream(mFile); in testPrintln() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | RecoverySystemTest.java | 48 InputStream is = mAssets.open(name); in getAsset() local
|
D | ParcelFileDescriptorTest.java | 135 private static void assertInputStreamContent(byte[] expected, InputStream is) in assertInputStreamContent() 155 FileInputStream is = new FileInputStream(fd); in testFromDataSkip() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
D | CANotifyOnBootActivity.java | 58 InputStream is = null; in onClick() local
|
/cts/tests/tests/graphics/src/android/opengl/cts/ |
D | CompressedTextureLoader.java | 139 protected static PVRHeader readPVRHeader(InputStream is) { in readPVRHeader() 212 private static ByteBuffer read(InputStream is, int dataSize) { in read() 231 InputStream is = null; in loadTexturePVRTC() local 346 protected static DDSHeader readDDSHeader(InputStream is) { in readDDSHeader() 399 InputStream is = null; in loadTextureDXT() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | Utils.java | 38 public static String convertStreamToString(InputStream is) { in convertStreamToString()
|
D | MediaPlayerTest.java | 143 InputStream is = mContext.getResources().openRawResource(resid); in testPlayAudioFromDataURI() local
|
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/ |
D | IntentReceiverActivity.java | 116 InputStream is = getContentResolver().openInputStream(uri); in getFirstLineFromUri() local
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | Settings_SystemTest.java | 85 private String convertStreamToString(InputStream is) { in convertStreamToString()
|
/cts/tests/tests/accessibility/src/android/view/accessibility/cts/ |
D | CaptioningManagerTest.java | 127 InputStream is = new FileInputStream(pfd.getFileDescriptor()); in execShellCommand() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/ |
D | GLArrowSensorTestRenderer.java | 137 InputStream is = mContext.getResources().openRawResource(R.raw.sns_texture); in onSurfaceCreated() local
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | CurrentXmlHandler.java | 147 private static boolean is(Attributes attributes, String valueName) { in is() method in CurrentXmlHandler
|
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/ |
D | ContentTest.java | 209 InputStream is = mContext.getContentResolver().openInputStream(uri); in getFirstLineFromUri() local
|
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/ |
D | PermissionTestService.java | 228 InputStream is = null; in testNetworkAccess() local
|
/cts/tests/tests/text/src/android/text/format/cts/ |
D | DateFormatTest.java | 86 private String convertStreamToString(InputStream is) { in convertStreamToString()
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | ContactsTest.java | 569 private static byte[] getByteFromStream(InputStream is) throws IOException { in getByteFromStream() 585 final InputStream is = mResolver.openInputStream(Uri.parse(uri)); in assertPhotoUriReadable() local
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
D | SQLiteStatementTest.java | 329 private static void assertInputStreamContent(byte[] expected, InputStream is) in assertInputStreamContent()
|