Home
last modified time | relevance | path

Searched refs:shortName (Results 1 – 4 of 4) sorted by relevance

/cts/tests/app/ShortFgsTest/src/android/app/cts/shortfgstest/
DDumpProtoUtils.java139 if (ComponentName.unflattenFromString(srp.shortName).equals(cn)) { in findServiceRecord()
/cts/tests/app/FgsTimeoutTest/src/android/app/cts/fgstimeouttest/
DDumpProtoUtils.java107 if (ComponentName.unflattenFromString(srp.shortName).equals(cn)) { in findServiceRecord()
/cts/hostsidetests/theme/src/android/theme/cts/
DThemeHostTest.java206 final String shortName = name.substring(0, name.indexOf('.')); in extractGeneratedImages() local
207 mCompletionService.submit(new ComparisonTask(shortName, expected, actual)); in extractGeneratedImages()
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioNetworkImpl.java491 String shortName = ""; in getOperator() local
499 shortName = operatorInfo.alphaShort; in getOperator()
505 mRadioNetworkResponse.getOperatorResponse(rsp, longName, shortName, numeric); in getOperator()