Searched refs:phoneAccountExtras (Results 1 – 4 of 4) sorted by relevance
127 Bundle phoneAccountExtras = new Bundle(); in createPhoneAccount() local128 phoneAccountExtras.putBoolean(PhoneAccount.EXTRA_ALWAYS_USE_VOIP_AUDIO_MODE, in createPhoneAccount()138 .setExtras(phoneAccountExtras) in createPhoneAccount()
530 Bundle phoneAccountExtras = account.getExtras(); in loadConfiguration() local531 if (phoneAccountExtras == null) { in loadConfiguration()536 mLimit = phoneAccountExtras.getInt(PhoneAccount.EXTRA_CALL_SUBJECT_MAX_LENGTH, mLimit); in loadConfiguration()540 phoneAccountExtras.getString(PhoneAccount.EXTRA_CALL_SUBJECT_CHARACTER_ENCODING); in loadConfiguration()
597 Bundle phoneAccountExtras = PhoneAccountSdkCompat.getExtras(account); in loadConfiguration() local598 if (phoneAccountExtras == null) { in loadConfiguration()603 mLimit = phoneAccountExtras in loadConfiguration()607 String charsetName = phoneAccountExtras.getString( in loadConfiguration()
637 Bundle phoneAccountExtras = new Bundle(); in getPhoneAccountExtras() local638 phoneAccountExtras.putInt(PhoneAccount.EXTRA_CALL_SUBJECT_MAX_LENGTH, in getPhoneAccountExtras()640 phoneAccountExtras.putString(PhoneAccount.EXTRA_CALL_SUBJECT_CHARACTER_ENCODING, in getPhoneAccountExtras()642 return phoneAccountExtras; in getPhoneAccountExtras()