Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/calldetails/
DCallDetailsActivity.java44 public static final String EXTRA_COALESCED_CALL_LOG_IDS = "coalesced_call_log_ids"; field in CallDetailsActivity
64 intent, EXTRA_COALESCED_CALL_LOG_IDS, Assert.isNotNull(coalescedAnnotatedCallLogIds)); in newInstance()
73 Assert.checkArgument(intent.hasExtra(EXTRA_COALESCED_CALL_LOG_IDS)); in handleIntent()
81 intent, EXTRA_COALESCED_CALL_LOG_IDS, CoalescedIds.getDefaultInstance()); in handleIntent()