/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/ttml/ |
D | TtmlDecoderTest.java | 69 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in inlineAttributes() local 88 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in inheritInlineAttributes() local 117 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in lime() local 132 TtmlSubtitle subtitle = getSubtitle(INHERIT_STYLE_TTML_FILE); in inheritGlobalStyle() local 148 TtmlSubtitle subtitle = getSubtitle(INHERIT_STYLE_OVERRIDE_TTML_FILE); in inheritGlobalStyleOverriddenByInlineAttributes() local 181 TtmlSubtitle subtitle = getSubtitle(INHERIT_GLOBAL_AND_PARENT_TTML_FILE); in inheritGlobalAndParent() local 220 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in inheritMultipleStyles() local 236 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in inheritMultipleStylesWithoutLocalAttributes() local 257 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in mergeMultipleStylesWithParentStyle() local 279 TtmlSubtitle subtitle = getSubtitle(MULTIPLE_REGIONS_TTML_FILE); in multipleRegions() local [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/ |
D | TtmlDecoderTest.java | 77 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in inlineAttributes() local 96 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in inheritInlineAttributes() local 125 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in lime() local 140 TtmlSubtitle subtitle = getSubtitle(INHERIT_STYLE_TTML_FILE); in inheritGlobalStyle() local 156 TtmlSubtitle subtitle = getSubtitle(INHERIT_STYLE_OVERRIDE_TTML_FILE); in inheritGlobalStyleOverriddenByInlineAttributes() local 189 TtmlSubtitle subtitle = getSubtitle(INHERIT_GLOBAL_AND_PARENT_TTML_FILE); in inheritGlobalAndParent() local 222 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in inheritMultipleStyles() local 238 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in inheritMultipleStylesWithoutLocalAttributes() local 259 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in mergeMultipleStylesWithParentStyle() local 281 TtmlSubtitle subtitle = getSubtitle(MULTIPLE_REGIONS_TTML_FILE); in multipleRegions() local [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/ |
D | TtmlDecoderTest.java | 77 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in inlineAttributes() local 96 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in inheritInlineAttributes() local 125 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in lime() local 140 TtmlSubtitle subtitle = getSubtitle(INHERIT_STYLE_TTML_FILE); in inheritGlobalStyle() local 156 TtmlSubtitle subtitle = getSubtitle(INHERIT_STYLE_OVERRIDE_TTML_FILE); in inheritGlobalStyleOverriddenByInlineAttributes() local 189 TtmlSubtitle subtitle = getSubtitle(INHERIT_GLOBAL_AND_PARENT_TTML_FILE); in inheritGlobalAndParent() local 222 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in inheritMultipleStyles() local 238 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in inheritMultipleStylesWithoutLocalAttributes() local 259 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in mergeMultipleStylesWithParentStyle() local 281 TtmlSubtitle subtitle = getSubtitle(MULTIPLE_REGIONS_TTML_FILE); in multipleRegions() local [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/subrip/ |
D | SubripDecoderTest.java | 51 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeEmpty() local 61 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypical() local 75 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalWithByteOrderMark() local 89 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalExtraBlankLine() local 104 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalMissingTimecode() local 118 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalMissingSequence() local 132 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalNegativeTimestamps() local 144 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalUnexpectedEnd() local 156 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeCueWithTag() local 190 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalNoHoursAndMillis() local [all …]
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/subrip/ |
D | SubripDecoderTest.java | 48 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeEmpty() local 58 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypical() local 72 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalWithByteOrderMark() local 86 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalExtraBlankLine() local 101 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalMissingTimecode() local 115 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalMissingSequence() local 129 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalNegativeTimestamps() local 141 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalUnexpectedEnd() local 153 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeCueWithTag() local 187 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalNoHoursAndMillis() local [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/subrip/ |
D | SubripDecoderTest.java | 51 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeEmpty() local 61 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypical() local 75 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalWithByteOrderMark() local 89 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalExtraBlankLine() local 104 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalMissingTimecode() local 118 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalMissingSequence() local 132 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalNegativeTimestamps() local 144 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalUnexpectedEnd() local 156 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeCueWithTag() local 190 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalNoHoursAndMillis() local [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/tx3g/ |
D | Tx3gDecoderTest.java | 62 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeNoSubtitle() local 73 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeJustText() local 87 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl() local 111 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl_startTooLarge_noSpanAdded() local 133 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl_endTooLarge_clippedToEndOfText() local 150 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStylAllDefaults() local 164 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeUtf16BeNoStyl() local 177 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeUtf16LeNoStyl() local 193 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithMultipleStyl() local 211 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithOtherExtension() local [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/tx3g/ |
D | Tx3gDecoderTest.java | 62 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeNoSubtitle() local 73 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeJustText() local 87 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl() local 111 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl_startTooLarge_noSpanAdded() local 133 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl_endTooLarge_clippedToEndOfText() local 150 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStylAllDefaults() local 164 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeUtf16BeNoStyl() local 177 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeUtf16LeNoStyl() local 193 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithMultipleStyl() local 211 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithOtherExtension() local [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/ssa/ |
D | SsaDecoderTest.java | 61 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeEmpty() local 71 Subtitle subtitle = decoder.decode(bytes, bytes.length, /* reset= */ false); in decodeEmptyStyleLine() local 91 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypical() local 124 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalWithInitializationData() local 137 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeOverlappingTimecodes() local 186 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodePositions() local 240 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeInvalidPositions() local 277 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodePositionsWithMissingPlayResY() local 293 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeInvalidTimecodes() local 303 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeColors() local [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/ssa/ |
D | SsaDecoderTest.java | 61 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeEmpty() local 71 Subtitle subtitle = decoder.decode(bytes, bytes.length, /* reset= */ false); in decodeEmptyStyleLine() local 91 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypical() local 124 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalWithInitializationData() local 137 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeOverlappingTimecodes() local 186 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodePositions() local 240 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeInvalidPositions() local 277 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodePositionsWithMissingPlayResY() local 293 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeInvalidTimecodes() local 303 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeColors() local [all …]
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/ssa/ |
D | SsaDecoderTest.java | 52 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeEmpty() local 62 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypical() local 95 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalWithInitializationData() local 108 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeOverlappingTimecodes() local 157 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodePositions() local 211 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeInvalidPositions() local 248 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodePositionsWithMissingPlayResY() local 264 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeInvalidTimecodes() local 270 private static void assertTypicalCue1(Subtitle subtitle, int eventIndex) { in assertTypicalCue1() 277 private static void assertTypicalCue2(Subtitle subtitle, int eventIndex) { in assertTypicalCue2() [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/webvtt/ |
D | WebvttDecoderTest.java | 81 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_FILE); in decodeTypical() local 98 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_BOM); in decodeWithBom() local 115 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_BAD_TIMESTAMPS); in decodeTypicalWithBadTimestamps() local 132 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_IDS_FILE); in decodeTypicalWithIds() local 149 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_COMMENTS_FILE); in decodeTypicalWithComments() local 166 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_TAGS_FILE); in decodeWithTags() local 193 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_POSITIONING_FILE); in decodeWithPositioning() local 274 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_OVERLAPPING_TIMESTAMPS_FILE); in decodeWithOverlappingTimestamps() local 319 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_VERTICAL_FILE); in decodeWithVertical() local 344 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_RUBIES_FILE); in decodeWithRubies() local [all …]
|
D | Mp4WebvttDecoderTest.java | 212 private void assertMp4WebvttSubtitleEquals(Subtitle subtitle, Cue... expectedCues) { in assertMp4WebvttSubtitleEquals()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/webvtt/ |
D | WebvttDecoderTest.java | 81 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_FILE); in decodeTypical() local 98 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_BOM); in decodeWithBom() local 115 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_BAD_TIMESTAMPS); in decodeTypicalWithBadTimestamps() local 132 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_IDS_FILE); in decodeTypicalWithIds() local 149 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_COMMENTS_FILE); in decodeTypicalWithComments() local 166 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_TAGS_FILE); in decodeWithTags() local 193 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_POSITIONING_FILE); in decodeWithPositioning() local 274 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_OVERLAPPING_TIMESTAMPS_FILE); in decodeWithOverlappingTimestamps() local 319 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_VERTICAL_FILE); in decodeWithVertical() local 344 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_RUBIES_FILE); in decodeWithRubies() local [all …]
|
D | Mp4WebvttDecoderTest.java | 212 private void assertMp4WebvttSubtitleEquals(Subtitle subtitle, Cue... expectedCues) { in assertMp4WebvttSubtitleEquals()
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/webvtt/ |
D | WebvttDecoderTest.java | 73 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_FILE); in decodeTypical() local 90 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_BOM); in decodeWithBom() local 107 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_BAD_TIMESTAMPS); in decodeTypicalWithBadTimestamps() local 124 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_IDS_FILE); in decodeTypicalWithIds() local 141 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_COMMENTS_FILE); in decodeTypicalWithComments() local 158 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_TAGS_FILE); in decodeWithTags() local 185 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_POSITIONING_FILE); in decodeWithPositioning() local 265 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_VERTICAL_FILE); in decodeWithVertical() local 290 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_BAD_CUE_HEADER_FILE); in decodeWithBadCueHeader() local 307 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_CSS_STYLES); in webvttWithCssStyle() local [all …]
|
D | WebvttSubtitleTest.java | 202 private void testSubtitleEventTimesHelper(WebvttSubtitle subtitle) { in testSubtitleEventTimesHelper() 209 private void testSubtitleEventIndicesHelper(WebvttSubtitle subtitle) { in testSubtitleEventIndicesHelper()
|
D | Mp4WebvttDecoderTest.java | 139 private void assertMp4WebvttSubtitleEquals(Subtitle subtitle, Cue... expectedCues) { in assertMp4WebvttSubtitleEquals()
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/tx3g/ |
D | Tx3gDecoderTest.java | 60 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeNoSubtitle() local 69 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeJustText() local 81 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl() local 99 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStylAllDefaults() local 111 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeUtf16BeNoStyl() local 123 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeUtf16LeNoStyl() local 136 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithMultipleStyl() local 156 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithOtherExtension() local 174 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in initializationDecodeWithStyl() local 197 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in initializationDecodeWithTbox() local [all …]
|
/external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/ |
D | Page.java | 7 private final int subtitle; field in Page 9 public Page(int subtitle, int text) { in Page()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/ |
D | SubtitleOutputBuffer.java | 27 @Nullable private Subtitle subtitle; field in SubtitleOutputBuffer 39 public void setContent(long timeUs, Subtitle subtitle, long subsampleOffsetUs) { in setContent()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/ |
D | SubtitleOutputBuffer.java | 27 @Nullable private Subtitle subtitle; field in SubtitleOutputBuffer 39 public void setContent(long timeUs, Subtitle subtitle, long subsampleOffsetUs) { in setContent()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ |
D | SubtitleOutputBuffer.java | 29 @Nullable private Subtitle subtitle; field in SubtitleOutputBuffer 41 public void setContent(long timeUs, Subtitle subtitle, long subsampleOffsetUs) { in setContent()
|
D | SimpleSubtitleDecoder.java | 73 Subtitle subtitle = decode(inputData.array(), inputData.limit(), reset); in decode() local
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | HelpActivity.java | 54 TextView subtitle = (TextView) findViewById(R.id.version); in onCreate() local
|