Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialerbind/
DObjectFactory.java80 int activityType) { in newCallLogAdapter() argument
86 activityType); in newCallLogAdapter()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogFragment.java304 int activityType = mIsCallLogActivity ? CallLogAdapter.ACTIVITY_TYPE_CALL_LOG : in setupView() local
312 activityType); in setupView()
DCallLogAdapter.java264 int activityType) { in CallLogAdapter() argument
275 mActivityType = activityType; in CallLogAdapter()