HomeSort by relevance Sort by last modified time
    Searched refs:getSubIdFromTelephony (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/util/
PhoneUtils.java 203 public abstract int getSubIdFromTelephony(Cursor cursor, int subIdIndex);
364 public int getSubIdFromTelephony(Cursor cursor, int subIdIndex) {
590 public int getSubIdFromTelephony(Cursor cursor, int subIdIndex) {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
DatabaseMessages.java 170 mSubId = PhoneUtils.getDefault().getSubIdFromTelephony(cursor, INDEX_SUB_ID);
388 mSubId = PhoneUtils.getDefault().getSubIdFromTelephony(cursor, INDEX_SUB_ID);
    [all...]

Completed in 3750 milliseconds