Searched defs:slotIndex (Results 1 – 12 of 12) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | SubscriptionControllerMock.java | 119 public SubscriptionInfo getActiveSubscriptionInfoForSimSlotIndex(int slotIndex, String cp){ in getActiveSubscriptionInfoForSimSlotIndex() 143 public int addSubInfoRecord(String iccId, int slotIndex) { in addSubInfoRecord() 147 public boolean setPlmnSpn(int slotIndex, boolean showPlmn, String plmn, boolean showSpn, in setPlmnSpn() 180 private boolean isInvalidslotIndex(int slotIndex) { in isInvalidslotIndex() 186 public int[] getSubId(int slotIndex) { in getSubId() 192 public void setSlotSubId(int slotIndex, int subId) { in setSlotSubId() 265 public int getSimStateForSlotIndex(int slotIndex) { in getSimStateForSlotIndex()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ISub.aidl | 59 SubscriptionInfo getActiveSubscriptionInfoForSimSlotIndex(int slotIndex, String callingPackage); in getActiveSubscriptionInfoForSimSlotIndex() 116 int addSubInfoRecord(String iccId, int slotIndex); in addSubInfoRecord() 161 int[] getSubId(int slotIndex); in getSubId() 197 int getSimStateForSlotIndex(int slotIndex); in getSimStateForSlotIndex()
|
D | ITelephony.aidl | 400 int getCallStateForSlot(int slotIndex); in getCallStateForSlot() 418 int getActivePhoneTypeForSlot(int slotIndex); in getActivePhoneTypeForSlot() 591 boolean hasIccCardUsingSlotIndex(int slotIndex); in hasIccCardUsingSlotIndex() 1204 String getImeiForSlot(int slotIndex, String callingPackage); in getImeiForSlot() 1214 String getMeidForSlot(int slotIndex, String callingPackage); in getMeidForSlot() 1224 String getDeviceSoftwareVersionForSlot(int slotIndex, String callingPackage); in getDeviceSoftwareVersionForSlot() 1356 int setAllowedCarriers(int slotIndex, in List<CarrierIdentifier> carriers); in setAllowedCarriers() 1365 List<CarrierIdentifier> getAllowedCarriers(int slotIndex); in getAllowedCarriers() 1456 void setSimPowerStateForSlot(int slotIndex, int state); in setSimPowerStateForSlot()
|
/frameworks/native/libs/gui/ |
D | BufferItemConsumer.cpp | 108 void BufferItemConsumer::freeBufferLocked(int slotIndex) { in freeBufferLocked()
|
D | ConsumerBase.cpp | 97 void ConsumerBase::freeBufferLocked(int slotIndex) { in freeBufferLocked()
|
D | GLConsumer.cpp | 1032 void GLConsumer::freeBufferLocked(int slotIndex) { in freeBufferLocked()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarIconControllerImpl.java | 201 int slotIndex = getSlotIndex(slot); in setMobileIcons() local 283 int slotIndex = getSlotIndex(slotName); in removeAllIconsForSlot() local
|
D | StatusBarIconList.java | 80 public int getViewIndex(int slotIndex, int tag) { in getViewIndex()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | FramebufferSurface.cpp | 155 void FramebufferSurface::freeBufferLocked(int slotIndex) { in freeBufferLocked()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 735 public SubscriptionInfo getActiveSubscriptionInfoForSimSlotIndex(int slotIndex) { in getActiveSubscriptionInfoForSimSlotIndex() 1005 public Uri addSubscriptionInfoRecord(String iccId, int slotIndex) { in addSubscriptionInfoRecord() 1190 public static int[] getSubId(int slotIndex) { in getSubId() 1487 public static boolean isValidSlotIndex(int slotIndex) { in isValidSlotIndex() 1577 public static int getSimStateForSlotIndex(int slotIndex) { in getSimStateForSlotIndex()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionController.java | 515 public SubscriptionInfo getActiveSubscriptionInfoForSimSlotIndex(int slotIndex, in getActiveSubscriptionInfoForSimSlotIndex()
|
/frameworks/native/services/surfaceflinger/ |
D | BufferLayerConsumer.cpp | 547 void BufferLayerConsumer::freeBufferLocked(int slotIndex) { in freeBufferLocked()
|