Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/src/android/telephony/cts/
DCellInfoTest.java134 int lac = gsm.getCellIdentity().getLac(); in verifyGsmInfo() local
135 assertTrue("getLac() out of range [0, 65535]", lac >= 0 && lac <= 65535); in verifyGsmInfo()