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

  /frameworks/base/telephony/java/com/android/internal/telephony/
ISub.aidl 115 int setDisplayNumberFormat(int format, long subId);
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java 583 public static int setDisplayNumberFormat(int format, long subId) {
584 if (VDBG) logd("[setDisplayNumberFormat]+ format:" + format + " subId:" + subId);
586 logd("[setDisplayNumberFormat]- fail, return -1");
595 result = iSub.setDisplayNumberFormat(format, subId);
  /packages/apps/Settings/src/com/android/settings/sim/
SimSettings.java 347 SubscriptionManager.setDisplayNumberFormat(
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java 780 public int setDisplayNumberFormat(int format, long subId) {
781 logd("[setDisplayNumberFormat]+ format:" + format + " subId:" + subId);
786 logd("[setDisplayNumberFormat]- fail, return -1");
791 logd("[setDisplayNumberFormat]- format:" + format + " set");
    [all...]

Completed in 99 milliseconds