Searched refs:intentNoSubId (Results 1 – 1 of 1) sorted by relevance
319 Intent intentNoSubId = new Intent(); in testPutPhoneIdAndSubIdExtra() local325 CellBroadcastHandler.putPhoneIdAndSubIdExtra(mMockedContext, intentNoSubId, phoneId); in testPutPhoneIdAndSubIdExtra()326 assertEquals(FAKE_SUBID + 1, intentNoSubId.getIntExtra( in testPutPhoneIdAndSubIdExtra()328 assertEquals(FAKE_SUBID + 1, intentNoSubId.getIntExtra( in testPutPhoneIdAndSubIdExtra()330 assertEquals(phoneId, intentNoSubId.getIntExtra( in testPutPhoneIdAndSubIdExtra()332 assertEquals(phoneId, intentNoSubId.getIntExtra( in testPutPhoneIdAndSubIdExtra()