Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java92 static final int VERIZON_CARRIER_ID = 1839; field in TetheringNotificationUpdater
137 sCarrierIdToMccMnc.put(VERIZON_CARRIER_ID, new MccMncOverrideInfo("20404", 311, 480)); in sCarrierIdToMccMnc.put() argument
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringNotificationUpdaterTest.kt44 import com.android.networkstack.tethering.TetheringNotificationUpdater.VERIZON_CARRIER_ID
295 doReturn(VERIZON_CARRIER_ID).`when`(telephonyManager).getSimCarrierId() in testGetResourcesForSubId()