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

/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java583 public static int setDisplayNumberFormat(int format, long subId) { method in class:SubscriptionManager
584 if (VDBG) logd("[setDisplayNumberFormat]+ format:" + format + " subId:" + subId);
586 logd("[setDisplayNumberFormat]- fail, return -1");
595 result = iSub.setDisplayNumberFormat(format, subId);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java780 public int setDisplayNumberFormat(int format, long subId) { method in class:SubscriptionController
781 logd("[setDisplayNumberFormat]+ format:" + format + " subId:" + subId);
786 logd("[setDisplayNumberFormat]- fail, return -1");
791 logd("[setDisplayNumberFormat]- format:" + format + " set");

Completed in 38 milliseconds