Searched refs:VERIZON_CARRIER_ID (Results 1 – 2 of 2) sorted by relevance
92 static final int VERIZON_CARRIER_ID = 1839; field in TetheringNotificationUpdater137 sCarrierIdToMccMnc.put(VERIZON_CARRIER_ID, new MccMncOverrideInfo("20404", 311, 480)); in sCarrierIdToMccMnc.put() argument
44 import com.android.networkstack.tethering.TetheringNotificationUpdater.VERIZON_CARRIER_ID295 doReturn(VERIZON_CARRIER_ID).`when`(telephonyManager).getSimCarrierId() in testGetResourcesForSubId()