Searched refs:getEffectiveIncomingSubIdFromSystem (Results 1 – 4 of 4) sorted by relevance
197 public abstract int getEffectiveIncomingSubIdFromSystem(Intent intent, String extraName); in getEffectiveIncomingSubIdFromSystem() method in PhoneUtils361 public int getEffectiveIncomingSubIdFromSystem(Intent intent, String extraName) { in getEffectiveIncomingSubIdFromSystem() method in PhoneUtils.PhoneUtilsPreLMR1577 public int getEffectiveIncomingSubIdFromSystem(Intent intent, String extraName) { in getEffectiveIncomingSubIdFromSystem() method in PhoneUtils.PhoneUtilsLMR1578 return getEffectiveIncomingSubIdFromSystem(intent.getIntExtra(extraName, in getEffectiveIncomingSubIdFromSystem()582 private int getEffectiveIncomingSubIdFromSystem(int subId) { in getEffectiveIncomingSubIdFromSystem() method in PhoneUtils.PhoneUtilsLMR1597 return getEffectiveIncomingSubIdFromSystem(cursor.getInt(subIdIndex)); in getSubIdFromTelephony()
37 int subId = PhoneUtils.getDefault().getEffectiveIncomingSubIdFromSystem( in onReceive()
41 final int subId = PhoneUtils.getDefault().getEffectiveIncomingSubIdFromSystem( in onReceive()
192 int subId = PhoneUtils.getDefault().getEffectiveIncomingSubIdFromSystem( in deliverSmsIntent()