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.java197 public abstract int getEffectiveIncomingSubIdFromSystem(Intent intent, String extraName); in getEffectiveIncomingSubIdFromSystem() method in PhoneUtils
361 public int getEffectiveIncomingSubIdFromSystem(Intent intent, String extraName) { in getEffectiveIncomingSubIdFromSystem() method in PhoneUtils.PhoneUtilsPreLMR1
577 public int getEffectiveIncomingSubIdFromSystem(Intent intent, String extraName) { in getEffectiveIncomingSubIdFromSystem() method in PhoneUtils.PhoneUtilsLMR1
578 return getEffectiveIncomingSubIdFromSystem(intent.getIntExtra(extraName, in getEffectiveIncomingSubIdFromSystem()
582 private int getEffectiveIncomingSubIdFromSystem(int subId) { in getEffectiveIncomingSubIdFromSystem() method in PhoneUtils.PhoneUtilsLMR1
597 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.java192 int subId = PhoneUtils.getDefault().getEffectiveIncomingSubIdFromSystem( in deliverSmsIntent()