Home
last modified time | relevance | path

Searched refs:handlePinMmiForSubscriber (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl266 boolean handlePinMmiForSubscriber(int subId, String dialString); in handlePinMmiForSubscriber() method
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3551 public boolean handlePinMmiForSubscriber(int subId, String dialString) { in handlePinMmiForSubscriber() method in TelephonyManager
3553 return getITelephony().handlePinMmiForSubscriber(subId, dialString); in handlePinMmiForSubscriber()
/frameworks/base/api/
Dsystem-current.txt30893 method public boolean handlePinMmiForSubscriber(int, java.lang.String);