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.java55 final class PstnIncomingCallNotifier { class
107 PstnIncomingCallNotifier(Phone phone) { in PstnIncomingCallNotifier() method in PstnIncomingCallNotifier
DTelecomAccountRegistry.java122 private final PstnIncomingCallNotifier mIncomingCallNotifier;
153 mIncomingCallNotifier = new PstnIncomingCallNotifier((Phone) mPhone); in AccountEntry()