Home
last modified time | relevance | path

Searched refs:resLabel (Results 1 – 7 of 7) sorted by relevance

/cts/tests/media/
Dcopy_media.sh20 resLabel=CtsMediaV2TestCases-4.2
21 srcDir="/tmp/$resLabel"
39 if [ ! -f "/tmp/$resLabel.zip" ]; then
40 wget "https://dl.google.com/android/xts/cts/tests/media/$resLabel.zip" -O /tmp/$resLabel.zip
42 unzip -qo "/tmp/$resLabel" -d $srcDir
/cts/tests/mediapc/
Dcopy_media.sh20 resLabel=CtsMediaPerformanceClassTestCases-3.0
21 srcDir="/tmp/$resLabel"
39 if [ ! -f "/tmp/$resLabel.zip" ]; then
40 wget "https://dl.google.com/android/xts/cts/tests/mediapc/$resLabel.zip" -O /tmp/$resLabel.zip
42 unzip -qo "/tmp/$resLabel" -d $srcDir
/cts/tests/video/
Dcopy_media.sh20 resLabel=CtsVideoTestCases-1.3
21 srcDir="/tmp/$resLabel"
39 if [ ! -f "/tmp/$resLabel.zip" ]; then
40 wget "https://dl.google.com/android/xts/cts/tests/video/$resLabel.zip" -O /tmp/$resLabel.zip
42 unzip -qo "/tmp/$resLabel" -d $srcDir
/cts/tests/tests/mediastress/
Dcopy_media.sh20 resLabel=CtsMediaStressTestCases-1.0
21 srcDir="/tmp/$resLabel"
39 if [ ! -f "/tmp/$resLabel.zip" ]; then
40 …"https://dl.google.com/android/xts/cts/tests/tests/mediastress/$resLabel.zip" -O /tmp/$resLabel.zip
42 unzip -qo "/tmp/$resLabel" -d $srcDir
/cts/tests/videocodec/
Dcopy_media.sh20 resLabel=CtsVideoCodecTestCases-2.1
21 srcDir="/tmp/$resLabel"
39 if [ ! -f "/tmp/$resLabel.zip" ]; then
40 wget "https://dl.google.com/android/xts/cts/tests/videocodec/$resLabel.zip" -O /tmp/$resLabel.zip
42 unzip -qo "/tmp/$resLabel" -d $srcDir
/cts/tests/tests/media/common/
Dcopy_media_utils.sh36 resLabel=$2
37 srcDir="/tmp/$resLabel"
41 if [ ! -f "/tmp/$resLabel.zip" ]; then
42 …s://dl.google.com/android/xts/cts/tests/tests/media/$subFolder/$resLabel.zip" -O /tmp/$resLabel.zip
44 unzip -qo "/tmp/$resLabel" -d $srcDir
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java2235 final CharSequence resLabel = mPackageManager.getText( in loadApplicationLabel_withLongLabelName_truncated() local
2238 assertThat(resLabel.length()).isGreaterThan(MAX_SAFE_LABEL_LENGTH); in loadApplicationLabel_withLongLabelName_truncated()
2251 final CharSequence resLabel = mPackageManager.getText( in loadComponentLabel_withLongLabelName_truncated() local
2254 assertThat(resLabel.length()).isGreaterThan(MAX_SAFE_LABEL_LENGTH); in loadComponentLabel_withLongLabelName_truncated()