Home
last modified time | relevance | path

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

/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DCellBroadcastHandlerTest.java245 assertTrue(intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, FAKE_SUBID + 1) in testPutPhoneIdAndSubIdExtra()
246 == FAKE_SUBID); in testPutPhoneIdAndSubIdExtra()
247 assertTrue(intent.getIntExtra("subscription", FAKE_SUBID + 1) in testPutPhoneIdAndSubIdExtra()
248 == FAKE_SUBID); in testPutPhoneIdAndSubIdExtra()
259 FAKE_SUBID + 1) == FAKE_SUBID + 1); in testPutPhoneIdAndSubIdExtra()
260 assertTrue(intentNoSubId.getIntExtra("subscription", FAKE_SUBID + 1) in testPutPhoneIdAndSubIdExtra()
261 == FAKE_SUBID + 1); in testPutPhoneIdAndSubIdExtra()
DCellBroadcastServiceTestBase.java87 protected static final int FAKE_SUBID = 1; field in CellBroadcastServiceTestBase
142 doReturn(new int[]{FAKE_SUBID}).when(mMockedSubscriptionManager) in setUp()
DGsmCellBroadcastHandlerTest.java195 FAKE_SUBID); in setUp()