/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierResolverTest.java | 313 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()
|
D | MultiSimSettingControllerTest.java | 104 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/ |
D | CarrierResolver.java | 86 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 …]
|
D | SubscriptionInfoUpdater.java | 906 int prevCarrierId = TelephonyManager.UNKNOWN_CARRIER_ID; in updateEmbeddedSubscriptionsCache() 948 if (prevCarrierId == TelephonyManager.UNKNOWN_CARRIER_ID) { in updateEmbeddedSubscriptionsCache()
|
D | Phone.java | 3987 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/ |
D | CarrierIdentifier.java | 58 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/ |
D | AirplaneModeStats.java | 20 import static android.telephony.TelephonyManager.UNKNOWN_CARRIER_ID; 117 return phone != null ? phone.getCarrierId() : UNKNOWN_CARRIER_ID; in getCarrierId()
|
D | NetworkRequestsStats.java | 65 return phone != null ? phone.getCarrierId() : TelephonyManager.UNKNOWN_CARRIER_ID; in getCarrierId()
|
D | TelephonyMetrics.java | 2635 if (cid != TelephonyManager.UNKNOWN_CARRIER_ID) { in writeCarrierIdMatchingEvent()
|
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/ |
D | Utils.java | 724 if (config.carrierId == TelephonyManager.UNKNOWN_CARRIER_ID) { in getSubIdForConfig() 775 if (wifiConfig.carrierId == TelephonyManager.UNKNOWN_CARRIER_ID) { in getImsiProtectionDescription()
|
D | StandardWifiEntry.java | 311 if (mTargetWifiConfig.carrierId == TelephonyManager.UNKNOWN_CARRIER_ID) { in canConnect()
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | ApnSetting.java | 959 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/ |
D | SubscriptionInfo.java | 246 false, null, false, TelephonyManager.UNKNOWN_CARRIER_ID, in SubscriptionInfo()
|
D | TelephonyManager.java | 1192 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/ |
D | TelephonyMetricsTest.java | 217 TelephonyManager.UNKNOWN_CARRIER_ID, in testWriteCarrierIdMatchingEventWithInvalidMatchingScore()
|
/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/ |
D | StandardWifiEntryTest.java | 1129 config.carrierId = TelephonyManager.UNKNOWN_CARRIER_ID; in testCanConnect_unknownCarrierId_returnTrueIfActiveSubscriptionAvailable()
|
/frameworks/base/services/core/java/com/android/server/stats/pull/ |
D | StatsPullAtomService.java | 48 import static android.telephony.TelephonyManager.UNKNOWN_CARRIER_ID; 4394 || TextUtils.isEmpty(mnc) || sub.getCarrierId() == UNKNOWN_CARRIER_ID) {
|
/frameworks/base/core/api/ |
D | current.txt | 42864 field public static final int UNKNOWN_CARRIER_ID = -1; // 0xffffffff
|