/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SavedNetworkNominator.java | 200 int carrierId = network.carrierId == TelephonyManager.UNKNOWN_CARRIER_ID in isSimBasedNetworkAbleToAutoJoin() local 236 private boolean isImsiProtectionApprovalNeeded(int creatorUid, int carrierId) { in isImsiProtectionApprovalNeeded()
|
D | WifiCarrierInfoManager.java | 296 void onUserAllowed(int carrierId); in onUserAllowed() 430 private void handleUserAllowCarrierExemptionAction(String carrierName, int carrierId) { in handleUserAllowCarrierExemptionAction() 439 private void handleUserDisallowCarrierExemptionAction(String carrierName, int carrierId) { in handleUserDisallowCarrierExemptionAction() 579 public boolean shouldDisableMacRandomization(String ssid, int carrierId, int subId) { in shouldDisableMacRandomization() 718 public int getMatchingSubId(int carrierId) { in getMatchingSubId() 1659 public void clearImsiPrivacyExemptionForCarrier(int carrierId) { in clearImsiPrivacyExemptionForCarrier() 1667 public boolean hasUserApprovedImsiPrivacyExemptionForCarrier(int carrierId) { in hasUserApprovedImsiPrivacyExemptionForCarrier() 1674 public void setHasUserApprovedImsiPrivacyExemptionForCarrier(boolean approved, int carrierId) { in setHasUserApprovedImsiPrivacyExemptionForCarrier() 1689 private void sendImsiPrivacyNotification(int carrierId) { in sendImsiPrivacyNotification() 1745 private void sendImsiPrivacyConfirmationDialog(@NonNull String carrierName, int carrierId) { in sendImsiPrivacyConfirmationDialog() [all …]
|
D | WifiShellCommand.java | 306 int carrierId = -1; in onCommand() local 322 int carrierId = -1; in onCommand() local 338 int carrierId = -1; in onCommand() local 1199 int carrierId = Integer.parseInt(getNextArgRequired()); in buildSuggestion() local
|
D | NetworkSuggestionStoreData.java | 176 int carrierId = entry.getValue().carrierId; in serializeNetworkSuggestionsMap() local 281 int carrierId = TelephonyManager.UNKNOWN_CARRIER_ID; in parseNetworkSuggestionsMap() local
|
D | WifiNetworkSuggestionsManager.java | 208 public int carrierId = TelephonyManager.UNKNOWN_CARRIER_ID; field in WifiNetworkSuggestionsManager.PerAppInfo 232 public void setCarrierId(int carrierId) { in setCarrierId() 641 public void onUserAllowed(int carrierId) { in onUserAllowed() 902 int carrierId = mWifiCarrierInfoManager in add() local 1207 int carrierId = isCrossCarrierProvisioner ? wifiConfiguration.carrierId in validateCarrierNetworkSuggestions() local 1428 private void restoreInitialAutojoinForCarrierId(int carrierId) { in restoreInitialAutojoinForCarrierId() 2256 int carrierId = mWifiCarrierInfoManager in resetCarrierPrivilegedApps() local
|
/packages/services/Telephony/src/com/android/phone/ |
D | CarrierConfigLoader.java | 317 final CarrierIdentifier carrierId = getCarrierIdentifierForPhoneId(phoneId); in handleMessage() local 447 final CarrierIdentifier carrierId = getCarrierIdentifierForPhoneId(phoneId); in handleMessage() local 768 int carrierId = getSpecificCarrierIdForPhoneId(phoneId); in notifySubscriptionInfoUpdater() local 874 int carrierId = TelephonyManager.UNKNOWN_CARRIER_ID; in getCarrierIdentifierForPhoneId() local 973 CarrierIdentifier carrierId, PersistableBundle config, boolean isNoSimConfig) { in saveConfigToXml() 1030 CarrierIdentifier carrierId, PersistableBundle config) { in saveConfigToXml() 1264 final CarrierIdentifier carrierId = getCarrierIdentifierForPhoneId(phoneId); in overrideConfig() local
|
D | CarrierXmlParser.java | 422 public CarrierXmlParser(Context context, int carrierId) { in CarrierXmlParser()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastReceiver.java | 247 int carrierId = tm.createForSubscriptionId(subId).getSimCarrierId(); in resetSettingsIfCarrierChanged() local 277 private void saveCarrierIdForDefaultSub(int carrierId) { in saveCarrierIdForDefaultSub()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | SuppServicesUiUtil.java | 177 int carrierId = telephonyManager.getSimCarrierId(); in handleCallerIdUssdResponse() local
|
/packages/services/Telephony/tests/src/com/android/phone/ |
D | CarrierConfigLoaderTest.java | 211 CarrierIdentifier carrierId = mCarrierConfigLoader.getCarrierIdentifierForPhoneId( in testUpdateConfigForPhoneId_simLoaded_withCachedConfigInXml() local
|
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | CarrierIdProviderTest.java | 349 int carrierId = -1; in testUpdateCurrentSubscription() local
|
D | TelephonyProviderTest.java | 198 String iccId, String phoneNumber, int carrierId, String isoCountryCode, in populateContentValues() 1985 final int carrierId = TEST_CARRIERID; in testSIMAPNLIST_MatchTheCarrierIDANDMNOAPN() local 2025 final int carrierId = TEST_CARRIERID; in testSIMAPNLIST_MatchTheCarrierAPNAndMVNOAPN() local
|
/packages/services/Iwlan/src/com/google/android/iwlan/ |
D | IwlanEventListener.java | 207 int carrierId = in onBroadcastReceived() local
|
D | ErrorPolicyManager.java | 164 private int carrierId = TelephonyManager.UNKNOWN_CARRIER_ID; field in ErrorPolicyManager
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | TetheringNotificationUpdater.java | 201 final int carrierId = tm.getSimCarrierId(); in getResourcesForSubId() local
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | HandoverDataParser.java | 283 boolean isCarrierActivating(NdefRecord handoverRec, byte[] carrierId) { in isCarrierActivating()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/ |
D | WifiConfigControllerTest.java | 605 final int carrierId = 6; in loadSims_oneSim_simSpinnerDefaultSubscription() local
|
D | WifiConfigController2Test.java | 830 final int carrierId = 6; in loadSims_oneSim_simSpinnerDefaultSubscription() local
|
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/ |
D | PasspointConfiguration.java | 433 public void setCarrierId(int carrierId) { in setCarrierId()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiNetworkSuggestion.java | 487 public @NonNull Builder setCarrierId(int carrierId) { in setCarrierId()
|
D | WifiConfiguration.java | 1317 public int carrierId = TelephonyManager.UNKNOWN_CARRIER_ID; field in WifiConfiguration
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | WifiConfigurationTest.java | 895 int carrierId, int subId, boolean isFromSuggestion) { in createProfileKey()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointProvider.java | 524 int carrierId = mConfig.getCarrierId(); in getWifiConfig() local
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiCarrierInfoManagerTest.java | 1988 int carrierId) { in sendBroadcastForUserActionOnImsi()
|
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 1903 final int carrierId = mTelephonyManager.getSimCarrierId(); in getMccMncOverrideInfo() local
|