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

/packages/apps/Dialer/java/com/android/dialer/callcomposer/
H A DCallComposerActivity.java106 private static final String ARG_CALL_COMPOSER_CONTACT_BASE64 = "CALL_COMPOSER_CONTACT_BASE64"; field in class:CallComposerActivity
484 if (intent.getExtras().containsKey(ARG_CALL_COMPOSER_CONTACT_BASE64)) {
487 Base64.decode(intent.getStringExtra(ARG_CALL_COMPOSER_CONTACT_BASE64), Base64.DEFAULT);

Completed in 11 milliseconds