Searched defs:getSlotIndex (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconList.java36 public int getSlotIndex(String slot) { method in class:StatusBarIconList
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsResolver.java167 * Mock-able interface for {@link SubscriptionManager#getSlotIndex(int)} used for testing.
169 int getSlotIndex(int subId); method in interface:ImsResolver.SubscriptionManagerProxy
184 public int getSlotIndex(int subId) {
185 return SubscriptionManager.getSlotIndex(subId);
613 int slotId = mSubscriptionManagerProxy.getSlotIndex(subId);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DSubscriptionControllerMock.java177 public int getSlotIndex(int subId) { method in class:SubscriptionControllerMock
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java998 public static int getSlotIndex(int subId) { method in class:SubscriptionManager
1001 logd("[getSlotIndex]- fail");
1010 result = iSub.getSlotIndex(subId);
H A DTelephonyManager.java979 return getDeviceSoftwareVersion(getSlotIndex());
1057 return getImei(getSlotIndex());
1085 return getMeid(getSlotIndex());
1113 return getNai(getSlotIndex());
2035 return hasIccCard(getSlotIndex());
2076 int slotIndex = getSlotIndex();
4278 public int getSlotIndex() { method in class:TelephonyManager
4279 int slotIndex = SubscriptionManager.getSlotIndex(getSubId());
6027 setSimPowerStateForSlot(getSlotIndex(), state);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java80 * getSlotIndex(INVALID_SUBSCRIPTION_ID) will return INVALID_SIM_SLOT_INDEX and calling
1367 public int getSlotIndex(int subId) { method in class:SubscriptionController
1368 if (VDBG) printStackTrace("[getSlotIndex] subId=" + subId);
1374 if (DBG) logd("[getSlotIndex]- subId invalid");
1382 if (DBG) logd("[getSlotIndex]- size == 0, return SIM_NOT_INSERTED instead");
1392 if (VDBG) logv("[getSlotIndex]- return = " + sim);
1397 if (DBG) logd("[getSlotIndex]- return fail");
1416 slotIndex = getSlotIndex(getDefaultSubId());
1852 slotIndex = getSlotIndex(getDefaultSubId());

Completed in 164 milliseconds