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.java57 final class PstnIncomingCallNotifier { class
115 PstnIncomingCallNotifier(Phone phone) { in PstnIncomingCallNotifier() method in PstnIncomingCallNotifier
DTelecomAccountRegistry.java135 private final PstnIncomingCallNotifier mIncomingCallNotifier;
173 mIncomingCallNotifier = new PstnIncomingCallNotifier((Phone) mPhone); in AccountEntry()