HomeSort by relevance Sort by last modified time
    Searched refs:subId (Results 201 - 225 of 272) sorted by null

1 2 3 4 5 6 7 891011

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneSwitcherTest.java 154 private NetworkRequest makeSubSpecificDefaultRequest(ConnectivityServiceMock cs, int subId) {
159 netCap.setNetworkSpecifier(new StringNetworkSpecifier(Integer.toString(subId)));
163 private NetworkRequest makeSubSpecificMmsRequest(ConnectivityServiceMock cs, int subId) {
168 netCap.setNetworkSpecifier(new StringNetworkSpecifier(Integer.toString(subId)));
349 fail("after loss of request due to subId map change, ActivePhoneSwitchCount not 9!");
358 fail("after gain of request due to subId map change, ActivePhoneSwitchCount not 10!");
VisualVoicemailSmsFilterTest.java 80 public PhoneAccountHandle fromSubId(int subId) {
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 121 int subId = mPhone.getSubId();
125 String line1Number = mTelephonyManager.getLine1Number(subId);
139 // slotId from the subId or the phoneId in all instances.
141 mSubscriptionManager.getActiveSubscriptionInfo(subId);
170 Log.w(this, "Could not get a display name for subid: %d", subId);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.0_r1-robolectric-0.jar 
  /cts/tests/tests/telephony/src/android/telephony/cts/
SubscriptionManagerTest.java 104 fail("Device must have a valid default data subId for validation");
351 private static void setSubPlanOwner(int subId, String packageName) throws Exception {
353 "cmd netpolicy set sub-plan-owner " + subId + " " + packageName);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccProfile.java 323 final int subId = subCon.getSubIdUsingPhoneId(mPhoneId);
324 if (subId == SubscriptionManager.INVALID_SUBSCRIPTION_ID) {
325 loge("subId not valid for Phone " + mPhoneId);
336 PersistableBundle config = configLoader.getConfigForSubId(subId);
353 updateCarrierNameForSubscription(subCon, subId);
356 private void updateCarrierNameForSubscription(SubscriptionController subCon, int subId) {
359 subId, mContext.getOpPackageName());
368 String newCarrierName = mTelephonyManager.getSimOperatorName(subId);
372 subCon.setDisplayName(newCarrierName, subId);
    [all...]
  /packages/apps/Settings/src/com/android/settings/sim/
SimPreferenceDialog.java 161 int subId = mSubInfoRecord.getSubscriptionId();
163 mSubscriptionManager.setDisplayName(displayName, subId,
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/calling/
WifiCallingSliceHelperTest.java 295 protected ImsManager getImsManager(int subId) {
308 protected Intent getWifiCallingCarrierActivityIntent(int subId) {
  /packages/services/Mms/src/com/android/mms/service/
DownloadRequest.java 61 public DownloadRequest(RequestManager manager, int subId, String locationUrl,
64 super(manager, subId, creator, configOverrides, context);
SendRequest.java 62 public SendRequest(RequestManager manager, int subId, Uri contentUri, String locationUrl,
64 super(manager, subId, creator, configOverrides, context);
  /packages/services/Telephony/src/com/android/phone/
NetworkOperators.java 100 * Update NetworkOperators instance if like subId or queryService are updated.
102 * @param subId Corresponding subscription ID of this network.
105 protected void update(final int subId, INetworkQueryService queryService) {
106 mSubId = subId;
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 703 char* subId = NULL;
707 subId = getID(sid, c, subId);
709 res_write_xml(current, subId, language, FALSE, status);
710 uprv_free(subId);
711 subId = NULL;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 576 int subId = phone.getSubId();
601 PersistableBundle b = configManager.getConfigForSubId(subId);
603 Rlog.e(LOG_TAG, "Can't get the config. subId = " + subId);
609 Rlog.e(LOG_TAG, carrierConfig + " is not available. " + "subId = " + subId);
615 Rlog.d(LOG_TAG, "For subId = " + subId + ", metered APN types are "
    [all...]
DcController.java 187 public void onSubscriptionOverride(int subId, int overrideMask, int overrideValue) {
188 if (mPhone == null || mPhone.getSubId() != subId) return;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
ImsResolver.java 239 int getSlotIndex(int subId);
254 public int getSlotIndex(int subId) {
255 return SubscriptionManager.getSlotIndex(subId);
    [all...]
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageList.java 502 public static boolean hasReadyMobileRadio(Context context, int subId) {
509 final int slotId = SubscriptionManager.getSlotIndex(subId);
514 Log.d(TAG, "hasReadyMobileRadio: subId=" + subId
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
CarrierApiTest.java 245 int subId = SubscriptionManager.getDefaultSubscriptionId();
246 bundle = mCarrierConfigManager.getConfigForSubId(subId);
  /frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
CaptivePortalLoginActivity.java 222 final int subId = getIntent().getIntExtra(PhoneConstants.SUBSCRIPTION_KEY,
224 final String[] portalURLs = configManager.getConfigForSubId(subId).getStringArray(
  /frameworks/opt/telephony/src/java/android/telephony/
CellBroadcastMessage.java 53 * Indicates the subId
64 public void setSubId(int subId) {
65 mSubId = subId;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 286 int subId = mPhone.getSubId();
288 if (mPreviousSubId.getAndSet(subId) != subId) {
289 if (SubscriptionManager.isValidSubscriptionId(subId)) {
310 // changed to include subId. This will be done only once when upgrading from an
311 // older build that did not include subId in the names.
324 editor.putString(Phone.NETWORK_SELECTION_KEY + subId,
326 editor.putString(Phone.NETWORK_SELECTION_NAME_KEY + subId,
328 editor.putString(Phone.NETWORK_SELECTION_SHORT_KEY + subId,
346 if (mSubscriptionController.getSlotIndex(subId)
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/
MmsHttpClient.java 471 * @param subId the subId
474 private static int getSlotId(final int subId) {
478 return (Integer) method.invoke(null, subId);
  /packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
ApnEditorActivity.java 254 public void setSubId(final int subId) {
255 mSubId = subId;
ApnSettingsActivity.java 144 public void setSubId(final int subId) {
145 mSubId = subId;
  /frameworks/base/core/java/android/net/
NetworkPolicyManager.java 381 @Override public void onSubscriptionOverride(int subId, int overrideMask, int overrideValue) { }
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
EmergencyButton.java 64 public void onSimStateChanged(int subId, int slotId, State simState) {

Completed in 1030 milliseconds

1 2 3 4 5 6 7 891011