Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSmsCbLocationTest.java30 private static final int CID = -1; field in SmsCbLocationTest
42 SmsCbLocation cbLocation = new SmsCbLocation(PLMN, LAC, CID); in testIsInLocationArea()
44 SmsCbLocation area = new SmsCbLocation(PLMN, LAC, CID); in testIsInLocationArea()
47 SmsCbLocation area2 = new SmsCbLocation(PLMN2, LAC, CID); in testIsInLocationArea()
DNeighboringCellInfoTest.java33 private static final int CID = 0xffff; field in NeighboringCellInfoTest
DSmsCbMessageTest.java296 Telephony.CellBroadcasts.CID)); in testCreateFromCursor()