/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/ |
H A D | NetworkControllerImpl.java | 946 return lhs.getSimSlotIndex() == rhs.getSimSlotIndex() in setCurrentSubscriptionsLocked() 948 : lhs.getSimSlotIndex() - rhs.getSimSlotIndex(); in setCurrentSubscriptionsLocked() 985 if (subscriptions.get(i).getSimSlotIndex() == 0) { in setCurrentSubscriptionsLocked()
|
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/ |
H A D | TelephonySubscriptionTrackerTest.java | 180 doReturn(TEST_SIM_SLOT_INDEX).when(TEST_SUBINFO_1).getSimSlotIndex(); in TelephonySubscriptionTrackerTest() 181 doReturn(INVALID_SIM_SLOT_INDEX).when(TEST_SUBINFO_2).getSimSlotIndex(); in TelephonySubscriptionTrackerTest()
|
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/ |
H A D | TelephonySubscriptionTracker.java | 248 if (subInfo.getSimSlotIndex() != INVALID_SIM_SLOT_INDEX in handleSubscriptionsChanged()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/ |
H A D | NetworkControllerSignalTest.java | 466 when(mockSubInfo.getSimSlotIndex()).thenReturn(testSubscriptions[i]); in testSetCurrentSubscriptions()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | MmsServiceBroker.java | 559 return info.getSimSlotIndex(); in getPhoneIdFromSubId()
|
H A D | VcnManagementService.java | 468 if (subMgr.isValidSlotIndex(info.getSimSlotIndex()) in enforceCallingUserAndCarrierPrivilege()
|
H A D | TelephonyRegistry.java | 4252 return info.getSimSlotIndex();
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | CarrierTextManager.java | 333 subOrderBySlot[subs.get(i).getSimSlotIndex()] = i; in updateCarrierText()
|
H A D | KeyguardUpdateMonitor.java | 675 boolean changed = refreshSimState(info.getSubscriptionId(), info.getSimSlotIndex()); in handleSimSubscriptionInfoChanged()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | SubscriptionManager.java | 3569 || (groupMap.get(groupUuid).getSimSlotIndex() == INVALID_SIM_SLOT_INDEX in getSelectableSubscriptionInfoList() 3570 && info.getSimSlotIndex() != INVALID_SIM_SLOT_INDEX)) { in getSelectableSubscriptionInfoList()
|
H A D | SubscriptionInfo.java | 450 public int getSimSlotIndex() { in getSimSlotIndex() method in SubscriptionInfo
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | ContactsContract.java | 8569 public int getSimSlotIndex() { in getSimSlotIndex() method in ContactsContract.SimAccount
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 36767 method public int getSimSlotIndex(); 45401 method public int getSimSlotIndex();
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 14485 HSPLandroid/telephony/SubscriptionInfo;->getSimSlotIndex()I
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 14549 HSPLandroid/telephony/SubscriptionInfo;->getSimSlotIndex()I
|