Home
last modified time | relevance | path

Searched refs:UNKNOWN_CARRIER_ID (Results 1 – 18 of 18) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierResolverTest.java313 TelephonyManager.UNKNOWN_CARRIER_ID, // parent cid in query()
328 TelephonyManager.UNKNOWN_CARRIER_ID, // parent cid in query()
343 TelephonyManager.UNKNOWN_CARRIER_ID, // parent cid in query()
358 TelephonyManager.UNKNOWN_CARRIER_ID, // parent cid in query()
373 TelephonyManager.UNKNOWN_CARRIER_ID, // parent cid in query()
388 TelephonyManager.UNKNOWN_CARRIER_ID, // parent cid in query()
403 TelephonyManager.UNKNOWN_CARRIER_ID, // parent cid in query()
418 TelephonyManager.UNKNOWN_CARRIER_ID, // parent cid in query()
433 TelephonyManager.UNKNOWN_CARRIER_ID, // parent cid in query()
478 TelephonyManager.UNKNOWN_CARRIER_ID, // parent cid in query()
DMultiSimSettingControllerTest.java104 TelephonyManager.UNKNOWN_CARRIER_ID, SubscriptionManager.PROFILE_CLASS_DEFAULT,
110 TelephonyManager.UNKNOWN_CARRIER_ID, SubscriptionManager.PROFILE_CLASS_DEFAULT,
116 TelephonyManager.UNKNOWN_CARRIER_ID, SubscriptionManager.PROFILE_CLASS_DEFAULT,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierResolver.java86 private int mCarrierId = TelephonyManager.UNKNOWN_CARRIER_ID;
88 private int mSpecificCarrierId = TelephonyManager.UNKNOWN_CARRIER_ID;
92 private int mMnoCarrierId = TelephonyManager.UNKNOWN_CARRIER_ID;
143 TelephonyManager.UNKNOWN_CARRIER_ID);
242 updateCarrierIdAndName(TelephonyManager.UNKNOWN_CARRIER_ID, null, in handleSimAbsent()
243 TelephonyManager.UNKNOWN_CARRIER_ID, null, in handleSimAbsent()
244 TelephonyManager.UNKNOWN_CARRIER_ID); in handleSimAbsent()
811 TelephonyManager.UNKNOWN_CARRIER_ID, null, in getSubscriptionMatchingRule()
812 TelephonyManager.UNKNOWN_CARRIER_ID); in getSubscriptionMatchingRule()
869 logd("[matchSubscriptionCarrier - no match] cid: " + TelephonyManager.UNKNOWN_CARRIER_ID in matchSubscriptionCarrier()
[all …]
DSubscriptionInfoUpdater.java906 int prevCarrierId = TelephonyManager.UNKNOWN_CARRIER_ID; in updateEmbeddedSubscriptionsCache()
948 if (prevCarrierId == TelephonyManager.UNKNOWN_CARRIER_ID) { in updateEmbeddedSubscriptionsCache()
DPhone.java3987 return TelephonyManager.UNKNOWN_CARRIER_ID; in getCarrierId()
3995 return TelephonyManager.UNKNOWN_CARRIER_ID; in getMNOCarrierId()
3999 return TelephonyManager.UNKNOWN_CARRIER_ID; in getSpecificCarrierId()
/frameworks/base/telephony/java/android/service/carrier/
DCarrierIdentifier.java58 private int mCarrierId = TelephonyManager.UNKNOWN_CARRIER_ID;
59 private int mSpecificCarrierId = TelephonyManager.UNKNOWN_CARRIER_ID;
63 this(mcc, mnc, spn, imsi, gid1, gid2, TelephonyManager.UNKNOWN_CARRIER_ID, in CarrierIdentifier()
64 TelephonyManager.UNKNOWN_CARRIER_ID); in CarrierIdentifier()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DAirplaneModeStats.java20 import static android.telephony.TelephonyManager.UNKNOWN_CARRIER_ID;
117 return phone != null ? phone.getCarrierId() : UNKNOWN_CARRIER_ID; in getCarrierId()
DNetworkRequestsStats.java65 return phone != null ? phone.getCarrierId() : TelephonyManager.UNKNOWN_CARRIER_ID; in getCarrierId()
DTelephonyMetrics.java2635 if (cid != TelephonyManager.UNKNOWN_CARRIER_ID) { in writeCarrierIdMatchingEvent()
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DUtils.java724 if (config.carrierId == TelephonyManager.UNKNOWN_CARRIER_ID) { in getSubIdForConfig()
775 if (wifiConfig.carrierId == TelephonyManager.UNKNOWN_CARRIER_ID) { in getImsiProtectionDescription()
DStandardWifiEntry.java311 if (mTargetWifiConfig.carrierId == TelephonyManager.UNKNOWN_CARRIER_ID) { in canConnect()
/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java959 Carriers.NO_APN_SET_ID, TelephonyManager.UNKNOWN_CARRIER_ID, in makeApnSetting()
1149 int carrierId = TelephonyManager.UNKNOWN_CARRIER_ID; in fromString()
1854 private int mCarrierId = TelephonyManager.UNKNOWN_CARRIER_ID;
/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java246 false, null, false, TelephonyManager.UNKNOWN_CARRIER_ID, in SubscriptionInfo()
DTelephonyManager.java1192 public static final int UNKNOWN_CARRIER_ID = -1; field in TelephonyManager
11585 return UNKNOWN_CARRIER_ID; in getSimCarrierId()
11646 return UNKNOWN_CARRIER_ID; in getSimSpecificCarrierId()
11698 return UNKNOWN_CARRIER_ID; in getCarrierIdFromSimMccMnc()
11727 return UNKNOWN_CARRIER_ID; in getCarrierIdFromMccMnc()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java217 TelephonyManager.UNKNOWN_CARRIER_ID, in testWriteCarrierIdMatchingEventWithInvalidMatchingScore()
/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DStandardWifiEntryTest.java1129 config.carrierId = TelephonyManager.UNKNOWN_CARRIER_ID; in testCanConnect_unknownCarrierId_returnTrueIfActiveSubscriptionAvailable()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java48 import static android.telephony.TelephonyManager.UNKNOWN_CARRIER_ID;
4394 || TextUtils.isEmpty(mnc) || sub.getCarrierId() == UNKNOWN_CARRIER_ID) {
/frameworks/base/core/api/
Dcurrent.txt42864 field public static final int UNKNOWN_CARRIER_ID = -1; // 0xffffffff