Home
last modified time | relevance | path

Searched refs:getSlotIndex (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DStatusBarIconListTest.java27 assertEquals(1, statusBarIconList.getSlotIndex("bbb")); in testGetExistingSlot()
28 assertEquals(2, statusBarIconList.getSlotIndex("ccc")); in testGetExistingSlot()
34 assertEquals(0, statusBarIconList.getSlotIndex("aaa")); in testGetNonexistingSlot()
36 assertEquals(0, statusBarIconList.getSlotIndex("zzz")); // new content added in front in testGetNonexistingSlot()
37 assertEquals(1, statusBarIconList.getSlotIndex("aaa")); // slid back in testGetNonexistingSlot()
46 statusBarIconList.getSlotIndex("zzz"); // new content added in front in testAddSlotSlidesIcons()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarIconControllerImpl.java85 group.onIconAdded(getViewIndex(getSlotIndex(slot)), slot, blocked, icon); in addIconGroup()
129 int index = getSlotIndex(slot); in setIcon()
144 int viewIndex = getViewIndex(getSlotIndex(slot)); in setExternalIcon()
152 setIcon(getSlotIndex(slot), icon); in setIcon()
157 int index = getSlotIndex(slot); in removeIcon()
162 int index = getSlotIndex(slot); in setIconVisibility()
DStatusBarIconList.java36 public int getSlotIndex(String slot) { in getSlotIndex() method in StatusBarIconList
/frameworks/base/telephony/java/com/android/internal/telephony/
DISub.aidl160 int getSlotIndex(int subId); in getSlotIndex() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java169 int getSlotIndex(int subId); in getSlotIndex() method
184 public int getSlotIndex(int subId) {
185 return SubscriptionManager.getSlotIndex(subId);
613 int slotId = mSubscriptionManagerProxy.getSlotIndex(subId); in updateBoundCarrierServices()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DSubscriptionControllerMock.java177 public int getSlotIndex(int subId) { in getSlotIndex() method in SubscriptionControllerMock
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java968 return getDeviceSoftwareVersion(getSlotIndex()); in getDeviceSoftwareVersion()
1046 return getImei(getSlotIndex()); in getImei()
1074 return getMeid(getSlotIndex()); in getMeid()
1102 return getNai(getSlotIndex()); in getNai()
2024 return hasIccCard(getSlotIndex()); in hasIccCard()
2065 int slotIndex = getSlotIndex(); in getSimState()
4267 public int getSlotIndex() { in getSlotIndex() method in TelephonyManager
4268 int slotIndex = SubscriptionManager.getSlotIndex(getSubId()); in getSlotIndex()
6016 setSimPowerStateForSlot(getSlotIndex(), state); in setSimPowerState()
DSubscriptionManager.java998 public static int getSlotIndex(int subId) { in getSlotIndex() method in SubscriptionManager
1010 result = iSub.getSlotIndex(subId); in getSlotIndex()
DPhoneNumberUtils.java1905 int slotId = SubscriptionManager.getSlotIndex(subId); in isEmergencyNumberInternal()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionControllerTest.java279 mSubscriptionControllerUT.getSlotIndex(0)); in testCleanUpSIM()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java1367 public int getSlotIndex(int subId) { in getSlotIndex() method in SubscriptionController
1416 slotIndex = getSlotIndex(getDefaultSubId()); in getSubId()
1852 slotIndex = getSlotIndex(getDefaultSubId()); in getSubInfoUsingSlotIndexWithCheck()
DServiceStateTracker.java361 if (mSubscriptionController.getSlotIndex(subId) in onSubscriptionsChanged()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1705 int slotId = SubscriptionManager.getSlotIndex(subId); in reportSimUnlocked()
1892 int slotId = SubscriptionManager.getSlotIndex(id); in getNextSubIdForState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatService.java780 slotId = sControl.getSlotIndex(sControl.getDefaultSubId()); in getInstance()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp147 Record.push_back(A.getSlotIndex(i)); in WriteAttributeTable()
148 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i))); in WriteAttributeTable()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp170 Record.push_back(A.getSlotIndex(i)); in WriteAttributeTable()
171 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i))); in WriteAttributeTable()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp170 Record.push_back(A.getSlotIndex(i)); in WriteAttributeTable()
171 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i))); in WriteAttributeTable()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsResolverTest.java790 when(mTestSubscriptionManagerProxy.getSlotIndex(eq(i))).thenReturn(i); in setupResolver()
/frameworks/base/config/
Dboot-image-profile.txt30603 HSPLandroid/telephony/SubscriptionManager;->getSlotIndex(I)I
30670 HSPLandroid/telephony/TelephonyManager;->getSlotIndex()I
38261 HSPLcom/android/internal/telephony/ISub$Stub$Proxy;->getSlotIndex(I)I
38285 HSPLcom/android/internal/telephony/ISub;->getSlotIndex(I)I
38994 HSPLcom/android/internal/telephony/SubscriptionController;->getSlotIndex(I)I
39247 HSPLcom/android/internal/telephony/ims/ImsResolver$3;->getSlotIndex(I)I
39252 HSPLcom/android/internal/telephony/ims/ImsResolver$SubscriptionManagerProxy;->getSlotIndex(I)I