/aosp14/frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
H A D | ProtoLogTool.kt | 62 val text = injector.readText(file) 162 val text = injector.readText(file) 231 override fun readText(file: File) = file.readText() 241 fun readText(file: File): String regex
|
/aosp14/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/ |
H A D | StackOverflowXmlParser.java | 111 String title = readText(parser); in readTitle() 135 String summary = readText(parser); in readSummary() 141 private String readText(XmlPullParser parser) throws IOException, XmlPullParserException { in readText() method in StackOverflowXmlParser
|
/aosp14/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/ |
H A D | EndToEndTest.kt | 101 sources[entry.name] = jarStream.reader().readText() 125 override fun readText(file: File): String {
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/ |
H A D | KeyChainSnapshotDeserializer.java | 337 String text = readText(parser); in readIntTag() 351 String text = readText(parser); in readLongTag() 365 String text = readText(parser); in readStringTag() 373 String text = readText(parser); in readBlobTag() 399 private static String readText(TypedXmlPullParser parser) in readText() method in KeyChainSnapshotDeserializer
|
/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/ |
H A D | VendorConfig.java | 129 private static @NonNull String readText(XmlPullParser parser) in readText() method in VendorConfig 156 String text = readText(parser); in readSimpleTag()
|
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/network/retriever/ |
H A D | UrlFetcher.kt | 69 .readText()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/license/ |
H A D | LicenseHtmlGeneratorFromXml.java | 229 String fileName = readText(parser).trim(); in parse() 244 String fileContent = readText(parser); in parse() 270 private static String readText(XmlPullParser parser) in readText() method in LicenseHtmlGeneratorFromXml
|
/aosp14/frameworks/base/omapi/aidl/vts/functional/config/schema/ |
H A D | current.txt | 25 …method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org…
|
/aosp14/frameworks/base/services/core/xsd/schema/ |
H A D | current.txt | 31 …method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org…
|
/aosp14/frameworks/base/services/core/xsd/platform-compat/config/schema/ |
H A D | current.txt | 34 …method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org…
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/ |
H A D | DomainVerificationLegacySettingsTest.kt | 79 val xml = file.readText()
|
H A D | DomainVerificationPersistenceTest.kt | 118 val xml = file.readText()
|
/aosp14/frameworks/base/services/core/xsd/display-layout-config/schema/ |
H A D | current.txt | 41 …method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org…
|
/aosp14/frameworks/base/tests/PlatformCompatGating/src/com/android/tests/gating/ |
H A D | PlatformCompatCommandNotInstalledTest.kt | 107 fun ParcelFileDescriptor.text() = FileReader(fileDescriptor).readText()
|
/aosp14/frameworks/base/services/core/xsd/device-state-config/schema/ |
H A D | current.txt | 63 …method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org…
|
/aosp14/frameworks/base/services/core/xsd/platform-compat/overrides/schema/ |
H A D | current.txt | 59 …method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org…
|
/aosp14/frameworks/base/core/xsd/schema/ |
H A D | current.txt | 248 …method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org…
|
/aosp14/frameworks/base/services/core/xsd/display-device-config/schema/ |
H A D | current.txt | 353 …method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org…
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 2911 HSPLcom/android/server/compat/config/XmlParser;->readText(Lorg/xmlpull/v1/XmlPullParser;)Ljava/lang… 3910 HSPLcom/android/server/display/config/XmlParser;->readText(Lorg/xmlpull/v1/XmlPullParser;)Ljava/lan…
|