Home
last modified time | relevance | path

Searched refs:longName (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioNetworkImpl.java490 String longName = ""; in getOperator() local
498 longName = operatorInfo.alphaLong; in getOperator()
505 mRadioNetworkResponse.getOperatorResponse(rsp, longName, shortName, numeric); in getOperator()
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java630 final String longName = sb.toString(); in testFilenames() local
631 final File longDir = new File(base, longName); in testFilenames()
634 final File longFile = new File(longDir, longName); in testFilenames()