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

  /frameworks/base/telephony/java/android/telephony/
SubInfoRecord.java 61 public int displayNumberFormat;
87 this.displayNumberFormat = 0;
104 this.displayNumberFormat = displayFormat;
121 int displayNumberFormat = source.readInt();
129 displayNumberFormat, dataRoaming, iconRes, mcc, mnc);
147 dest.writeInt(displayNumberFormat);
164 + " mDisplayNumberFormat=" + displayNumberFormat + " mDataRoaming=" + dataRoaming
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java 268 info.displayNumberFormat = cursor.getInt(cursor.getColumnIndexOrThrow(
    [all...]

Completed in 195 milliseconds