Searched refs:getEffectiveIncomingSubIdFromSystem (Results 1 – 4 of 4) sorted by relevance
194 public abstract int getEffectiveIncomingSubIdFromSystem(Intent intent, String extraName); in getEffectiveIncomingSubIdFromSystem() method in PhoneUtils358 public int getEffectiveIncomingSubIdFromSystem(Intent intent, String extraName) { in getEffectiveIncomingSubIdFromSystem() method in PhoneUtils.PhoneUtilsPreLMR1571 public int getEffectiveIncomingSubIdFromSystem(Intent intent, String extraName) { in getEffectiveIncomingSubIdFromSystem() method in PhoneUtils.PhoneUtilsLMR1572 return getEffectiveIncomingSubIdFromSystem(intent.getIntExtra(extraName, in getEffectiveIncomingSubIdFromSystem()576 private int getEffectiveIncomingSubIdFromSystem(int subId) { in getEffectiveIncomingSubIdFromSystem() method in PhoneUtils.PhoneUtilsLMR1591 return getEffectiveIncomingSubIdFromSystem(cursor.getInt(subIdIndex)); in getSubIdFromTelephony()
37 int subId = PhoneUtils.getDefault().getEffectiveIncomingSubIdFromSystem( in onReceive()
41 final int subId = PhoneUtils.getDefault().getEffectiveIncomingSubIdFromSystem( in onReceive()
191 int subId = PhoneUtils.getDefault().getEffectiveIncomingSubIdFromSystem( in deliverSmsIntent()