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

/packages/apps/Messaging/src/com/android/messaging/util/
H A DPhoneUtils.java194 public abstract int getEffectiveIncomingSubIdFromSystem(Intent intent, String extraName); method in class:PhoneUtils
358 public int getEffectiveIncomingSubIdFromSystem(Intent intent, String extraName) { method in class:PhoneUtils.PhoneUtilsPreLMR1
571 public int getEffectiveIncomingSubIdFromSystem(Intent intent, String extraName) { method in class:PhoneUtils.PhoneUtilsLMR1
572 return getEffectiveIncomingSubIdFromSystem(intent.getIntExtra(extraName,
576 private int getEffectiveIncomingSubIdFromSystem(int subId) { method in class:PhoneUtils.PhoneUtilsLMR1
591 return getEffectiveIncomingSubIdFromSystem(cursor.getInt(subIdIndex));

Completed in 31 milliseconds