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

  /packages/services/Telephony/src/com/android/services/telephony/
PstnPhoneCapabilitiesNotifier.java 73 String newPhone = intent.getStringExtra(PhoneConstants.PHONE_NAME_KEY);
74 Log.d(this, "Radio technology switched. Now %s is active.", newPhone);
102 Phone newPhone = mPhoneProxy.getActivePhone();
103 if (newPhone != mPhoneBase) {
106 if (newPhone != null) {
107 Log.d(this, "Registering: " + newPhone);
108 mPhoneBase = newPhone;
PstnIncomingCallNotifier.java 97 String newPhone = intent.getStringExtra(PhoneConstants.PHONE_NAME_KEY);
98 Log.d(this, "Radio technology switched. Now %s is active.", newPhone);
138 Phone newPhone = mPhoneProxy.getActivePhone();
139 if (newPhone != mPhoneBase) {
142 if (newPhone != null) {
143 Log.i(this, "Registering: %s", newPhone);
144 mPhoneBase = newPhone;
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java     [all...]

Completed in 398 milliseconds