Searched refs:pHandle (Results 1 – 3 of 3) sorted by relevance
201 public void notifyPhoneAccountChanged(PhoneAccountHandle pHandle) { in notifyPhoneAccountChanged() argument
1218 public void onPhoneAccountChanged(String callId, PhoneAccountHandle pHandle, in onPhoneAccountChanged() argument1221 if (pHandle != null) { in onPhoneAccountChanged()1223 pHandle.getComponentName().getPackageName()); in onPhoneAccountChanged()1231 call.setTargetPhoneAccount(pHandle); in onPhoneAccountChanged()
2237 PhoneAccountHandle pHandle = mPhoneUtilsProxy.makePstnPhoneAccountHandle(phone); in updatePhoneAccount() local2241 Log.i(this, "updatePhoneAccount setPhoneAccountHandle, account = " + pHandle); in updatePhoneAccount()2242 connection.setPhoneAccountHandle(pHandle); in updatePhoneAccount()