Home
last modified time | relevance | path

Searched refs:newPhone (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java97 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(); in registerForNotifications() local
139 if (newPhone != mPhoneBase) { in registerForNotifications()
142 if (newPhone != null) { in registerForNotifications()
143 Log.i(this, "Registering: %s", newPhone); in registerForNotifications()
144 mPhoneBase = newPhone; in registerForNotifications()
/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java836 String newPhone = intent.getStringExtra(PhoneConstants.PHONE_NAME_KEY); in onReceive() local
839 Log.d(LOG_TAG, "Radio technology switched. Now " + newPhone + " (" + phoneId in onReceive()