Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java52 final class PstnIncomingCallNotifier { class
98 PstnIncomingCallNotifier(Phone phone) { in PstnIncomingCallNotifier() method in PstnIncomingCallNotifier
DTelecomAccountRegistry.java112 private final PstnIncomingCallNotifier mIncomingCallNotifier;
142 mIncomingCallNotifier = new PstnIncomingCallNotifier((Phone) mPhone); in AccountEntry()