Home
last modified time | relevance | path

Searched defs:rawText (Results 1 – 25 of 159) sorted by relevance

1234567

/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/client/result/
H A DVEventResultParser.java33 String rawText = getMassagedText(result); in parse() local
93 String rawText) { in matchSingleVCardPrefixedField()
98 private static String[] matchVCardPrefixedField(CharSequence prefix, String rawText) { in matchVCardPrefixedField()
H A DExpandedProductResultParser.java50 String rawText = getMassagedText(result); in parse() local
175 private static String findAIvalue(int i, String rawText) { in findAIvalue()
198 private static String findValue(int i, String rawText) { in findValue()
H A DVCardResultParser.java55 String rawText = getMassagedText(result); in parse() local
104 String rawText, in matchVCardPrefixedField()
277 String rawText, in matchSingleVCardPrefixedField()
H A DAbstractDoCoMoResultParser.java31 static String[] matchDoCoMoPrefixedField(String prefix, String rawText) { in matchDoCoMoPrefixedField()
35 static String matchSingleDoCoMoPrefixedField(String prefix, String rawText, boolean trim) { in matchSingleDoCoMoPrefixedField()
H A DAddressBookAUResultParser.java36 String rawText = getMassagedText(result); in parse() local
70 private static String[] matchMultipleValuePrefix(String prefix, String rawText) { in matchMultipleValuePrefix()
H A DExpandedProductParsedResult.java44 private final String rawText; field in ExpandedProductParsedResult
61 public ExpandedProductParsedResult(String rawText, in ExpandedProductParsedResult()
H A DResultParser.java200 static String[] matchPrefixedField(String prefix, String rawText, char endChar, boolean trim) { in matchPrefixedField()
256 …static String matchSinglePrefixedField(String prefix, String rawText, char endChar, boolean trim) { in matchSinglePrefixedField()
H A DISBNResultParser.java38 String rawText = getMassagedText(result); in parse() local
H A DProductResultParser.java38 String rawText = getMassagedText(result); in parse() local
H A DTelResultParser.java30 String rawText = getMassagedText(result); in parse() local
H A DURLTOResultParser.java32 String rawText = getMassagedText(result); in parse() local
H A DSMSTOMMSTOResultParser.java35 String rawText = getMassagedText(result); in parse() local
H A DBookmarkDoCoMoResultParser.java28 String rawText = result.getText(); in parse() local
H A DSMTPResultParser.java31 String rawText = getMassagedText(result); in parse() local
H A DGeoResultParser.java39 CharSequence rawText = getMassagedText(result); in parse() local
H A DEmailDoCoMoResultParser.java36 String rawText = getMassagedText(result); in parse() local
H A DWifiResultParser.java43 String rawText = getMassagedText(result); in parse() local
H A DURIResultParser.java43 String rawText = getMassagedText(result); in parse() local
H A DEmailAddressResultParser.java36 String rawText = getMassagedText(result); in parse() local
H A DAddressBookDoCoMoResultParser.java40 String rawText = getMassagedText(result); in parse() local
/aosp_15_r20/cts/tests/providerui/src/android/providerui/cts/
H A DMediaStoreUiTest.java245 final String rawText = "TEST"; in testOpenFile_onMediaDocumentsProvider_success() local
288 String rawText = "TEST"; in testOpenFile_onMediaDocumentsProvider_failsWithoutAccess() local
516 private void prepareFile(String rawText) throws Exception { in prepareFile()
527 private Pair<Uri, File> prepareFileAndFetchDetails(String rawText) throws Exception { in prepareFileAndFetchDetails()
658 static File stageFileWithRawText(String rawText, File file) throws IOException { in stageFileWithRawText()
/aosp_15_r20/frameworks/base/core/java/android/speech/
H A DRecognitionPart.java185 /* package-private */ RecognitionPart( in RecognitionPart()
333 String rawText = in.readString(); in RecognitionPart() local
399 public Builder( in Builder()
/aosp_15_r20/development/tools/bugreport/src/com/android/bugreport/logcat/
H A DLogLine.java34 public String rawText; field in LogLine
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/comment/
Dmarkdown.go125 func (p *mdPrinter) rawText(out *bytes.Buffer, x []Text) { func
/aosp_15_r20/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/
H A DRecognitionPartTest.java103 String rawText = "part"; in test_recognitionPartSetAndGet_equalValues() local

1234567