Home
last modified time | relevance | path

Searched defs:readString (Results 1 – 25 of 38) sorted by relevance

12

/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DCountedDataInputStream.java125 public String readString(int n) throws IOException { in readString() method in CountedDataInputStream
131 public String readString(int n, Charset charset) throws IOException { in readString() method in CountedDataInputStream
H A DExifParser.java816 protected String readString(int n) throws IOException { in readString() method in ExifParser
825 protected String readString(int n, Charset charset) throws IOException { in readString() method in ExifParser
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DCountedDataInputStream.java129 public String readString(int n) throws IOException { in readString() method in CountedDataInputStream
135 public String readString(int n, Charset charset) throws IOException { in readString() method in CountedDataInputStream
H A DExifParser.java820 protected String readString(int n) throws IOException { in readString() method in ExifParser
829 protected String readString(int n, Charset charset) throws IOException { in readString() method in ExifParser
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DCountedDataInputStream.java125 public String readString(int n) throws IOException { in readString() method in CountedDataInputStream
131 public String readString(int n, Charset charset) throws IOException { in readString() method in CountedDataInputStream
H A DExifParser.java816 protected String readString(int n) throws IOException { in readString() method in ExifParser
825 protected String readString(int n, Charset charset) throws IOException { in readString() method in ExifParser
/aosp12/packages/apps/Camera2/src/com/android/camera/exif/
H A DCountedDataInputStream.java125 public String readString(int n) throws IOException { in readString() method in CountedDataInputStream
131 public String readString(int n, Charset charset) throws IOException { in readString() method in CountedDataInputStream
H A DExifParser.java816 protected String readString(int n) throws IOException { in readString() method in ExifParser
825 protected String readString(int n, Charset charset) throws IOException { in readString() method in ExifParser
/aosp12/frameworks/base/core/java/android/os/
H A DPooledStringReader.java43 public String readString() { in readString() method in PooledStringReader
/aosp12/frameworks/base/core/java/android/util/
H A DBackupUtils.java42 public static String readString(DataInputStream in) throws IOException { in readString() method in BackupUtils
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DByteBufferReader.java79 public static String readString(ByteBuffer payload, int length, Charset charset) { in readString() method in ByteBufferReader
/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DPortableFloatMap.java25 private static String readString(InputStream in) in readString() method in PortableFloatMap
/aosp12/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
H A DPatchUtils.java42 static String readString(InputStream in) throws IOException { in readString() method in PatchUtils
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DByteBufferReaderTest.java144 public void readString() throws Exception { in readString() method in ByteBufferReaderTest
/aosp12/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DDecoder.java65 private String readString() { in readString() method in Decoder
/aosp12/hardware/interfaces/automotive/can/1.0/tools/configurator/
H A Dcanprototools.cpp38 static std::optional<std::string> readString(std::istream& s, std::streamsize n) { in readString() function
/aosp12/frameworks/minikin/include/minikin/
H A DBuffer.h81 std::string_view readString() { in readString() function
/aosp12/frameworks/base/core/java/android/content/pm/
H A DPackageParserCacheHelper.java84 public String readString(Parcel p) { in readString() method in PackageParserCacheHelper.ReadHelper
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A DCountedDataInputStream.java124 String readString(int n, Charset charset) throws IOException { in readString() method in CountedDataInputStream
H A DExifParser.java767 private String readString(int n) throws IOException { in readString() method in ExifParser
775 private String readString(int n, Charset charset) throws IOException { in readString() method in ExifParser
/aosp12/frameworks/base/core/java/android/util/proto/
H A DProtoInputStream.java438 public String readString(long fieldId) throws IOException { in readString() method in ProtoInputStream
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DStoreUtils.java193 public static String readString(File file) throws IOException { in readString() method in StoreUtils
/aosp12/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
H A DBlockedNumberBackupAgent.java154 private String readString(DataInputStream dataInputStream) in readString() method in BlockedNumberBackupAgent
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/
H A DFileUtils.java410 public static @NonNull Optional<String> readString(@NonNull File file) throws IOException { in readString() method in FileUtils
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyStylesSet.java161 private void readString(final TypedArray a, final int index) { in readString() method in KeyStylesSet.DeclaredKeyStyle

12