Home
last modified time | relevance | path

Searched refs:getEffectiveIncomingSubIdFromSystem (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
DPhoneUtils.java194 public abstract int getEffectiveIncomingSubIdFromSystem(Intent intent, String extraName); in getEffectiveIncomingSubIdFromSystem() method in PhoneUtils
358 public int getEffectiveIncomingSubIdFromSystem(Intent intent, String extraName) { in getEffectiveIncomingSubIdFromSystem() method in PhoneUtils.PhoneUtilsPreLMR1
571 public int getEffectiveIncomingSubIdFromSystem(Intent intent, String extraName) { in getEffectiveIncomingSubIdFromSystem() method in PhoneUtils.PhoneUtilsLMR1
572 return getEffectiveIncomingSubIdFromSystem(intent.getIntExtra(extraName, in getEffectiveIncomingSubIdFromSystem()
576 private int getEffectiveIncomingSubIdFromSystem(int subId) { in getEffectiveIncomingSubIdFromSystem() method in PhoneUtils.PhoneUtilsLMR1
591 return getEffectiveIncomingSubIdFromSystem(cursor.getInt(subIdIndex)); in getSubIdFromTelephony()
/packages/apps/Messaging/src/com/android/messaging/receiver/
DMmsWapPushDeliverReceiver.java37 int subId = PhoneUtils.getDefault().getEffectiveIncomingSubIdFromSystem( in onReceive()
DMmsWapPushReceiver.java41 final int subId = PhoneUtils.getDefault().getEffectiveIncomingSubIdFromSystem( in onReceive()
DSmsReceiver.java191 int subId = PhoneUtils.getDefault().getEffectiveIncomingSubIdFromSystem( in deliverSmsIntent()