/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/ |
H A D | HdHomeRunChannelScan.java | 135 guideNumber = readText(parser, NAME_GUIDE_NUMBER); in readProgram() 137 guideName = readText(parser, NAME_GUIDE_NAME); in readProgram() 142 tags = readText(parser, NAME_TAGS); in readProgram() 144 String drm = readText(parser, NAME_DRM); in readProgram() 177 private String readText(XmlPullParser parser, String name) in readText() method in HdHomeRunChannelScan
|
/aosp12/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
|
/aosp12/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
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/ |
H A D | KeyChainSnapshotDeserializer.java | 336 String text = readText(parser); in readIntTag() 350 String text = readText(parser); in readLongTag() 364 String text = readText(parser); in readStringTag() 372 String text = readText(parser); in readBlobTag() 398 private static String readText(TypedXmlPullParser parser) in readText() method in KeyChainSnapshotDeserializer
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | CarrierXmlParser.java | 449 sParserFormat = readText(parser); in parseXml() 514 entry.mCompareValue = readText(parser); in readCommandResultEntry() 546 entry.serviceCode = readText(parser); in readCommandEntry() 548 entry.actionCode = readText(parser); in readCommandEntry() 576 String value = readText(parser); in readParameters() 603 private String readText(XmlResourceParser parser) throws IOException, XmlPullParserException { in readText() method in CarrierXmlParser
|
/aosp12/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 {
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/system/ |
H A D | LicenseHtmlGeneratorFromXml.java | 201 String fileName = readText(parser).trim(); in parse() 211 String fileContent = readText(parser); in parse() 225 private static String readText(XmlPullParser parser) in readText() method in LicenseHtmlGeneratorFromXml
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/license/ |
H A D | LicenseHtmlGeneratorFromXml.java | 209 String fileName = readText(parser).trim(); in parse() 222 String fileContent = readText(parser); in parse() 242 private static String readText(XmlPullParser parser) in readText() method in LicenseHtmlGeneratorFromXml
|
/aosp12/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()
|
/aosp12/frameworks/base/packages/StatementService/src/com/android/statementservice/network/retriever/ |
H A D | UrlFetcher.kt | 69 .readText()
|
/aosp12/system/tools/xsdc/tests/resources/group/api/ |
H A D | current.txt | 17 …method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org…
|
/aosp12/system/tools/xsdc/tests/resources/reference/api/ |
H A D | current.txt | 14 …method @Nullable public static String readText(@NonNull org.xmlpull.v1.XmlPullParser) throws java.…
|
/aosp12/packages/modules/Scheduling/service/reboot-stats-parser/schema/ |
H A D | current.txt | 23 …method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org…
|
/aosp12/frameworks/base/services/core/xsd/display-layout-config/schema/ |
H A D | current.txt | 29 …method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org…
|
/aosp12/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…
|
/aosp12/system/tools/xsdc/tests/resources/attr_group_simple/api/ |
H A D | current.txt | 21 …method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org…
|
/aosp12/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…
|
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/ |
H A D | DomainVerificationLegacySettingsTest.kt | 79 val xml = file.readText()
|
/aosp12/system/tools/xsdc/tests/resources/purchase_simple/api/ |
H A D | current.txt | 32 …method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org…
|
/aosp12/system/apex/apexd/apex-info-list-api/ |
H A D | current.txt | 33 …method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org…
|
H A D | last_current.txt | 33 …method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org…
|
/aosp12/frameworks/base/tests/PlatformCompatGating/src/com/android/tests/gating/ |
H A D | PlatformCompatCommandNotInstalledTest.kt | 107 fun ParcelFileDescriptor.text() = FileReader(fileDescriptor).readText()
|
/aosp12/art/odrefresh/schema/ |
H A D | current.txt | 49 …method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org…
|
/aosp12/system/tools/xsdc/tests/resources/nested_type/api/ |
H A D | current.txt | 48 …method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org…
|
/aosp12/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…
|