HomeSort by relevance Sort by last modified time
    Searched defs:getSlotId (Results 1 - 5 of 5) sorted by null

  /packages/apps/Settings/src/com/android/settings/sim/
SimSettings.java 240 newIntent.putExtra(EXTRA_SLOT_ID, ((SimPreference)preference).getSlotId());
292 private int getSlotId() {
  /packages/apps/Messaging/src/android/support/v7/mms/
MmsHttpClient.java 444 getSlotId(Utils.getEffectiveSubscriptionId(MmsManager.DEFAULT_SUB_ID)));
469 * Invoke hidden SubscriptionManager.getSlotId(int)
474 private static int getSlotId(final int subId) {
476 final Method method = SubscriptionManager.class.getMethod("getSlotId", Integer.TYPE);
481 Log.w(MmsService.TAG, "SubscriptionManager.getSlotId failed " + e);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ParticipantData.java 444 public int getSlotId() {
453 return getSlotId() + 1;
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java 828 public static int getSlotId(int subId) {
831 logd("[getSlotId]- fail");
840 result = iSub.getSlotId(subId);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java 70 * will fail and return the appropriate error value. Ie calling getSlotId(INVALID_SUBSCRIPTION_ID)
    [all...]

Completed in 223 milliseconds