/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarIconControllerImpl.java | 96 int viewIndex = getViewIndex(getSlotIndex(slot.getName()), holder.getTag()); in addIconGroup() 134 setIcon(getSlotIndex(item.getName()), holder); in onTuningChanged() 153 int index = getSlotIndex(slot); in setIcon() 175 int index = getSlotIndex(slot); in setSignalIcon() 201 int slotIndex = getSlotIndex(slot); in setMobileIcons() 217 int viewIndex = getViewIndex(getSlotIndex(slot), 0); in setExternalIcon() 226 setIcon(getSlotIndex(slot), icon); in setIcon() 255 int index = getSlotIndex(slot); in setIconVisibility() 271 removeIcon(getSlotIndex(slot), tag); in removeIcon() 283 int slotIndex = getSlotIndex(slotName); in removeAllIconsForSlot()
|
D | StatusBarIconList.java | 39 public int getSlotIndex(String slot) { in getSlotIndex() method in StatusBarIconList 57 return mSlots.get(getSlotIndex(name)); in getSlot()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | StatusBarIconListTest.java | 33 assertEquals(1, statusBarIconList.getSlotIndex("bbb")); in testGetExistingSlot() 34 assertEquals(2, statusBarIconList.getSlotIndex("ccc")); in testGetExistingSlot() 40 assertEquals(0, statusBarIconList.getSlotIndex("aaa")); in testGetNonexistingSlot() 42 assertEquals(0, statusBarIconList.getSlotIndex("zzz")); // new content added in front in testGetNonexistingSlot() 43 assertEquals(1, statusBarIconList.getSlotIndex("aaa")); // slid back in testGetNonexistingSlot() 52 statusBarIconList.getSlotIndex("zzz"); // new content added in front in testAddSlotSlidesIcons()
|
/frameworks/support/car/src/main/java/androidx/car/widget/ |
D | ActionBar.java | 174 private int getSlotIndex(@SlotPosition int slotPosition) { in getSlotIndex() method in ActionBar 247 int index = getSlotIndex(mFixedViews.keyAt(i)); in updateViewsLayout() 254 int expandCollapseIndex = getSlotIndex(SLOT_EXPAND_COLLAPSE); in updateViewsLayout() 296 mSlots[getSlotIndex(SLOT_EXPAND_COLLAPSE)].setActivated(mIsExpanded); in onExpandCollapse()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ISub.aidl | 159 int getSlotIndex(int subId); in getSlotIndex() method
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | SubscriptionControllerMock.java | 176 public int getSlotIndex(int subId) { in getSlotIndex() method in SubscriptionControllerMock
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | ImsResolver.java | 239 int getSlotIndex(int subId); in getSlotIndex() method 254 public int getSlotIndex(int subId) { 255 return SubscriptionManager.getSlotIndex(subId);
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 1167 public static int getSlotIndex(int subId) { in getSlotIndex() method in SubscriptionManager 1179 result = iSub.getSlotIndex(subId); in getSlotIndex()
|
D | PhoneNumberUtils.java | 1993 int slotId = SubscriptionManager.getSlotIndex(subId); in isEmergencyNumberInternal()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionControllerTest.java | 286 mSubscriptionControllerUT.getSlotIndex(0)); in testCleanUpSIM()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionController.java | 1401 public int getSlotIndex(int subId) { 1450 slotIndex = getSlotIndex(getDefaultSubId()); 1885 slotIndex = getSlotIndex(getDefaultSubId());
|
D | ServiceStateTracker.java | 346 if (mSubscriptionController.getSlotIndex(subId) in onSubscriptionsChanged() 3623 final int simNumber = mSubscriptionController.getSlotIndex(mSubId) + 1; in setNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 1770 int slotId = SubscriptionManager.getSlotIndex(subId); in reportSimUnlocked() 1963 int slotId = SubscriptionManager.getSlotIndex(id); in getNextSubIdForState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | CatService.java | 805 slotId = sControl.getSlotIndex(sControl.getDefaultSubId()); in getInstance()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 147 Record.push_back(A.getSlotIndex(i)); in WriteAttributeTable() 148 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i))); in WriteAttributeTable()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 170 Record.push_back(A.getSlotIndex(i)); in WriteAttributeTable() 171 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i))); in WriteAttributeTable()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 170 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/ |
D | ImsResolverTest.java | 804 when(mTestSubscriptionManagerProxy.getSlotIndex(eq(i))).thenReturn(i); in setupResolver()
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 5537 Landroid/telephony/SubscriptionManager;->getSlotIndex(I)I 5602 Landroid/telephony/TelephonyManager;->getSlotIndex()I
|
D | boot-image-profile.txt | 30676 HSPLandroid/telephony/SubscriptionManager;->getSlotIndex(I)I 30767 HSPLandroid/telephony/TelephonyManager;->getSlotIndex()I 40034 HSPLcom/android/internal/telephony/ISub$Stub$Proxy;->getSlotIndex(I)I 40061 HSPLcom/android/internal/telephony/ISub;->getSlotIndex(I)I 40856 HSPLcom/android/internal/telephony/SubscriptionController;->getSlotIndex(I)I 41340 HSPLcom/android/internal/telephony/ims/ImsResolver$SubscriptionManagerProxy;->getSlotIndex(I)I
|