Home
last modified time | relevance | path

Searched refs:ARG_CALL_COMPOSER_CONTACT_BASE64 (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCallComposerActivity.java98 private static final String ARG_CALL_COMPOSER_CONTACT_BASE64 = "CALL_COMPOSER_CONTACT_BASE64"; field in CallComposerActivity
454 if (intent.getExtras().containsKey(ARG_CALL_COMPOSER_CONTACT_BASE64)) {
457 Base64.decode(intent.getStringExtra(ARG_CALL_COMPOSER_CONTACT_BASE64), Base64.DEFAULT);