HomeSort by relevance Sort by last modified time
    Searched defs:subIds (Results 1 - 14 of 14) sorted by null

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastConfigService.java 74 int [] subIds = subManager.getActiveSubscriptionIdList();
75 if (subIds.length != 0) {
76 subId = subIds[0];
86 int [] subIds = subManager.getActiveSubscriptionIdList();
87 if (subIds.length != 0)
89 for (int id : subIds) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
SubscriptionControllerMock.java 98 int[] subIds = getSubId(phoneId);
99 if (subIds == null || subIds.length == 0) {
102 return subIds[0];
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 214 int[] subIds = SubscriptionManager.getSubId(phoneId);
215 int subId = (subIds != null) && (subIds.length > 0) ? subIds[0]
SubscriptionInfoUpdater.java 414 int[] subIds = SubscriptionController.getInstance().getSubId(slotId);
415 if (subIds != null) { // Why an array?
416 subId = subIds[0];
SubscriptionController.java 792 int[] subIds = getSubId(slotId);
793 if (subIds == null || subIds.length == 0) {
795 logdl("[addSubInfoRecord]- getSubId failed subIds == null || length == 0 subIds="
796 + subIds);
801 String simCarrierName = mTelephonyManager.getSimOperatorName(subIds[0]);
    [all...]
ServiceStateTracker.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SubscriptionControllerTest.java 217 int[] subIds = mSubscriptionControllerUT.getActiveSubIdList();
218 assertTrue(subIds != null && subIds.length != 0);
219 int subID = subIds[0];
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 799 int[] subIds = SubscriptionController.getInstance().getSubId(phoneId);
800 if (subIds != null) {
801 SubscriptionManager.from(mContext).setDisplayNumber(mMdn, subIds[0]);
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 

Completed in 482 milliseconds