HomeSort by relevance Sort by last modified time
    Searched refs:telecomAccountRegistry (Results 1 - 4 of 4) sorted by null

  /packages/services/Telephony/src/com/android/services/telephony/
PstnIncomingCallNotifier.java 272 TelecomAccountRegistry telecomAccountRegistry = TelecomAccountRegistry.getInstance(null);
275 if (telecomAccountRegistry.hasAccountEntryForPhoneAccount(handle)) {
284 if(telecomAccountRegistry.hasAccountEntryForPhoneAccount(emergencyHandle)) {
303 TelecomAccountRegistry registry = TelecomAccountRegistry.getInstance(null);
ImsConferenceController.java 107 private TelecomAccountRegistry mTelecomAccountRegistry;
114 public ImsConferenceController(TelecomAccountRegistry telecomAccountRegistry,
117 mTelecomAccountRegistry = telecomAccountRegistry;
TelephonyConnection.java     [all...]
ImsConference.java 224 private TelecomAccountRegistry mTelecomAccountRegistry;
263 public ImsConference(TelecomAccountRegistry telecomAccountRegistry,
269 mTelecomAccountRegistry = telecomAccountRegistry;
618 // add address from TelecomAccountRegistry
    [all...]

Completed in 117 milliseconds