Home
last modified time | relevance | path

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

/aosp12/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
H A DGsmSmsCbMessageTest.java195 private void doTestGeographicalScopeValue(byte[] pdu, byte b, int expectedGs) { in doTestGeographicalScopeValue() method in GsmSmsCbMessageTest
247 doTestGeographicalScopeValue(pdu, (byte) 0x00, in testGetGeographicalScope()
249 doTestGeographicalScopeValue(pdu, (byte) 0x40, SmsCbMessage.GEOGRAPHICAL_SCOPE_PLMN_WIDE); in testGetGeographicalScope()
250 doTestGeographicalScopeValue(pdu, (byte) 0x80, in testGetGeographicalScope()
252 doTestGeographicalScopeValue(pdu, (byte) 0xC0, SmsCbMessage.GEOGRAPHICAL_SCOPE_CELL_WIDE); in testGetGeographicalScope()