Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/
DPhoneInterfaceManagerTest.java490 mPhoneInterfaceManager.handlePinMmiForSubscriber(1, "123456789"); in testWithTelephonyFeatureAndCompatChanges()
518 () -> mPhoneInterfaceManager.handlePinMmiForSubscriber(1, "123456789")); in testWithoutTelephonyFeatureAndCompatChanges()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomServiceImpl.java1523 .handlePinMmiForSubscriber(subId, dialString);
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java3256 return handlePinMmiForSubscriber(getDefaultSubscription(), dialString); in handlePinMmi()
3277 public boolean handlePinMmiForSubscriber(int subId, String dialString) { in handlePinMmiForSubscriber() method in PhoneInterfaceManager