Searched defs:sPhoneNotifier (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneFactory.java67 static private PhoneNotifier sPhoneNotifier; field in class:PhoneFactory
113 sPhoneNotifier = new DefaultPhoneNotifier();
165 sCommandsInterfaces[i], sPhoneNotifier, i);
168 sCommandsInterfaces[i], sPhoneNotifier, i);
210 sPhoneNotifier, phoneId);
218 sPhoneNotifier, phoneId);
269 phone = new CDMALTEPhone(sContext, sCommandsInterface, sPhoneNotifier);
275 phone = new CDMAPhone(sContext, sCommandsInterface, sPhoneNotifier);
297 return SipPhoneFactory.makePhone(sipUri, sContext, sPhoneNotifier);

Completed in 42 milliseconds