Home
last modified time | relevance | path

Searched refs:PinChangerImpl (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/
DPinChangerImpl.java35 class PinChangerImpl implements PinChanger { class
42 PinChangerImpl(Context context, PhoneAccountHandle phoneAccountHandle) { in PinChangerImpl() method in PinChangerImpl
DVoicemailClientImpl.java271 return new PinChangerImpl(context, phoneAccountHandle); in createPinChanger()