Searched refs:EXTRA_PHONE_ACCOUNT (Results 1 – 3 of 3) sorted by relevance
58 public static final String EXTRA_PHONE_ACCOUNT = "phone_account"; field in OmtpVvmSyncService95 serviceIntent.putExtra(EXTRA_PHONE_ACCOUNT, phoneAccount); in getSyncIntent()147 PhoneAccountHandle phoneAccount = intent.getParcelableExtra(EXTRA_PHONE_ACCOUNT); in onHandleIntent()318 serviceIntent.putExtra(OmtpVvmSyncService.EXTRA_PHONE_ACCOUNT, phoneAccount); in setRetryAlarm()
43 static final String EXTRA_PHONE_ACCOUNT = field in SipUtil61 intent.putExtra(EXTRA_PHONE_ACCOUNT, SipUtil.createAccountHandle(context, sipProfileName)); in createIncomingCallPendingIntent()
64 accountHandle = intent.getParcelableExtra(SipUtil.EXTRA_PHONE_ACCOUNT); in takeCall()