Searched refs:ARG_CALL_COMPOSER_CONTACT_BASE64 (Results 1 – 1 of 1) sorted by relevance
98 private static final String ARG_CALL_COMPOSER_CONTACT_BASE64 = "CALL_COMPOSER_CONTACT_BASE64"; field in CallComposerActivity454 if (intent.getExtras().containsKey(ARG_CALL_COMPOSER_CONTACT_BASE64)) {457 Base64.decode(intent.getStringExtra(ARG_CALL_COMPOSER_CONTACT_BASE64), Base64.DEFAULT);