Home
last modified time | relevance | path

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

/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DSmsCbContactInfoTest.java79 assertTrue(mSmsCbConcatInfo.matchesLocation("310999", 1234, 5678)); in testMatchesLocation()
80 assertFalse(mSmsCbConcatInfo.matchesLocation("310000", 1234, 5678)); in testMatchesLocation()
81 assertFalse(mSmsCbConcatInfo.matchesLocation("310999", -1, -1)); in testMatchesLocation()
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DGsmCellBroadcastHandler.java440 if (!info.matchesLocation(plmn, lac, cid)) { in handleGsmBroadcastSms()
507 public boolean matchesLocation(String plmn, int lac, int cid) { in matchesLocation() method in GsmCellBroadcastHandler.SmsCbConcatInfo