Searched refs:phoneAccountHandle (Results 1 – 4 of 4) sorted by relevance
26 private final PhoneAccountHandle phoneAccountHandle = field in ShadowVisualVoicemailSmsTest40 shadowSms.setPhoneAccountHandle(phoneAccountHandle); in setPhoneAccountHandle_setsPhoneAccountHandle()42 assertThat(sms.getPhoneAccountHandle()).isEqualTo(phoneAccountHandle); in setPhoneAccountHandle_setsPhoneAccountHandle()73 .setPhoneAccountHandle(phoneAccountHandle) in parcelable_unparcelable()83 assertThat(newSms.getPhoneAccountHandle()).isEqualTo(phoneAccountHandle); in parcelable_unparcelable()
267 PhoneAccountHandle phoneAccountHandle = in shouldGiveVoiceVibrationEnabled() local271 shadowTelephonyManager.setVoicemailVibrationEnabled(phoneAccountHandle, true); in shouldGiveVoiceVibrationEnabled()273 assertTrue(telephonyManager.isVoicemailVibrationEnabled(phoneAccountHandle)); in shouldGiveVoiceVibrationEnabled()279 PhoneAccountHandle phoneAccountHandle = in shouldGiveVoicemailRingtoneUri() local284 shadowTelephonyManager.setVoicemailRingtoneUri(phoneAccountHandle, ringtoneUri); in shouldGiveVoicemailRingtoneUri()286 assertEquals(ringtoneUri, telephonyManager.getVoicemailRingtoneUri(phoneAccountHandle)); in shouldGiveVoicemailRingtoneUri()292 PhoneAccountHandle phoneAccountHandle = in shouldSetVoicemailRingtoneUri() local298 telephonyManager.setVoicemailRingtoneUri(phoneAccountHandle, ringtoneUri); in shouldSetVoicemailRingtoneUri()300 assertEquals(ringtoneUri, telephonyManager.getVoicemailRingtoneUri(phoneAccountHandle)); in shouldSetVoicemailRingtoneUri()306 PhoneAccountHandle phoneAccountHandle = in shouldCreateForPhoneAccountHandle() local[all …]
17 private PhoneAccountHandle phoneAccountHandle; field in ShadowVisualVoicemailSms33 return phoneAccountHandle; in getPhoneAccountHandle()36 public ShadowVisualVoicemailSms setPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle) { in setPhoneAccountHandle() argument37 this.phoneAccountHandle = phoneAccountHandle; in setPhoneAccountHandle()
181 PhoneAccountHandle phoneAccountHandle = phoneAccounts.next(); in telecomSetUserSelectedOutgoingPhoneAccountBySubId() local183 mTelecomManager.getPhoneAccount(phoneAccountHandle); in telecomSetUserSelectedOutgoingPhoneAccountBySubId()185 mTelecomManager.setUserSelectedOutgoingPhoneAccount(phoneAccountHandle); in telecomSetUserSelectedOutgoingPhoneAccountBySubId()