HomeSort by relevance Sort by last modified time
    Searched refs:phoneAccountExtras (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
CallSubjectDialog.java 597 Bundle phoneAccountExtras = PhoneAccountSdkCompat.getExtras(account);
598 if (phoneAccountExtras == null) {
603 mLimit = phoneAccountExtras
607 String charsetName = phoneAccountExtras.getString(
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 377 Bundle phoneAccountExtras = new Bundle();
378 phoneAccountExtras.putInt(PhoneAccount.EXTRA_CALL_SUBJECT_MAX_LENGTH,
380 phoneAccountExtras.putString(PhoneAccount.EXTRA_CALL_SUBJECT_CHARACTER_ENCODING,
382 return phoneAccountExtras;

Completed in 652 milliseconds