Searched defs:subIdIndex (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
H A DPhoneUtils.java200 * @param subIdIndex The index of the subId column in the cursor
203 public abstract int getSubIdFromTelephony(Cursor cursor, int subIdIndex); argument
364 public int getSubIdFromTelephony(Cursor cursor, int subIdIndex) { argument
590 public int getSubIdFromTelephony(Cursor cursor, int subIdIndex) { argument
591 return getEffectiveIncomingSubIdFromSystem(cursor.getInt(subIdIndex));

Completed in 39 milliseconds