Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DInstallCarrierAppTrampolineActivity.java50 private static final String CARRIER_NAME = "carrier_name"; field in InstallCarrierAppTrampolineActivity
94 showDialogIntent.putExtra(CARRIER_NAME, appName); in onCreate()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiCarrierInfoManagerTest.java109 private static final String CARRIER_NAME = "Google"; field in WifiCarrierInfoManagerTest
215 when(mDataTelephonyManager.getSimCarrierIdName()).thenReturn(CARRIER_NAME); in setUp()
1489 assertEquals(CARRIER_NAME, mWifiCarrierInfoManager.getCarrierNameforSubId(DATA_SUBID)); in getCarrierNameFromSubId()
1534 validateImsiProtectionNotification(CARRIER_NAME); in testSendImsiProtectionExemptionNotificationWithUserAllowed()
1537 CARRIER_NAME, DATA_CARRIER_ID); in testSendImsiProtectionExemptionNotificationWithUserAllowed()
1541 validateUserApprovalDialog(CARRIER_NAME); in testSendImsiProtectionExemptionNotificationWithUserAllowed()
1577 validateImsiProtectionNotification(CARRIER_NAME); in testSendImsiProtectionExemptionNotificationWithUserDisallowed()
1580 CARRIER_NAME, DATA_CARRIER_ID); in testSendImsiProtectionExemptionNotificationWithUserDisallowed()
1607 validateImsiProtectionNotification(CARRIER_NAME); in testSendImsiProtectionExemptionNotificationWithUserDismissal()
1610 CARRIER_NAME, DATA_SUBID); in testSendImsiProtectionExemptionNotificationWithUserDismissal()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierResolver.java294 return cursor.getString(cursor.getColumnIndex(CarrierId.CARRIER_NAME)); in getCarrierNameFromId()
462 cv.put(CarrierId.CARRIER_NAME, mCarrierName); in updateCarrierIdAndName()
491 cursor.getString(cursor.getColumnIndexOrThrow(CarrierId.CARRIER_NAME)), in makeCarrierMatchingRule()
1026 return cursor.getString(cursor.getColumnIndex(CarrierId.CARRIER_NAME)); in getCarrierNameFromMccMnc()
DSubscriptionController.java512 SubscriptionManager.CARRIER_NAME)); in getSubInfoRecord()
1638 value.put(SubscriptionManager.CARRIER_NAME, ""); in insertEmptySubInfoRecord()
1721 value.put(SubscriptionManager.CARRIER_NAME, text); in setCarrierText()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java91 private static final String CARRIER_NAME = "test name"; field in EuiccControllerTest
344 assertEquals(CARRIER_NAME, receivedSubscription.getCarrierName()); in testGetDownloadableSubscriptionMetadata_success()
395 assertEquals(CARRIER_NAME, in testGetDefaultDownloadableSubscriptionList_success()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierResolverTest.java292 CarrierId.CARRIER_NAME, in query()
/frameworks/base/core/java/android/provider/
DTelephony.java4639 public static final String CARRIER_NAME = "carrier_name"; field in Telephony.CarrierId
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java494 public static final String CARRIER_NAME = SimInfo.COLUMN_CARRIER_NAME; field in SubscriptionManager
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt40956 field public static final String CARRIER_NAME = "carrier_name";
48259 field public static final String EXTRA_CARRIER_NAME = "android.telephony.extra.CARRIER_NAME";