Searched refs:newPhone (Results 1 – 2 of 2) sorted by relevance
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(); in registerForNotifications() local139 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()
836 String newPhone = intent.getStringExtra(PhoneConstants.PHONE_NAME_KEY); in onReceive() local839 Log.d(LOG_TAG, "Radio technology switched. Now " + newPhone + " (" + phoneId in onReceive()