Searched refs:CallLogFragment (Results 1 - 6 of 6) sorted by relevance
/packages/apps/Dialer/src/com/android/dialer/logging/ |
H A D | ScreenEvent.java | 22 import com.android.dialer.calllog.CallLogFragment; 115 getScreenNameWithTag(CallLogFragment.class.getSimpleName(), "History")); 117 getScreenNameWithTag(CallLogFragment.class.getSimpleName(), "Voicemail")); 124 getScreenNameWithTag(CallLogFragment.class.getSimpleName(), "Filtered"));
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
H A D | CallLogActivity.java | 51 private CallLogFragment mAllCallsFragment; 52 private CallLogFragment mMissedCallsFragment; 77 return new CallLogFragment( 80 return new CallLogFragment(Calls.MISSED_TYPE, true /* isCallLogActivity */); 87 final CallLogFragment fragment = 88 (CallLogFragment) super.instantiateItem(container, position);
|
H A D | CallLogFragment.java | 57 public class CallLogFragment extends Fragment implements CallLogQueryHandler.Listener, class in inherits:Fragment,CallLogQueryHandler.Listener,CallLogAdapter.CallFetcher,OnEmptyViewActionButtonClickedListener,FragmentCompat.OnRequestPermissionsResultCallback 60 private static final String TAG = "CallLogFragment"; 143 * True if this instance of the CallLogFragment shown in the CallLogActivity. 151 public CallLogFragment() { method in class:CallLogFragment 155 public CallLogFragment(int filterType) { method in class:CallLogFragment 159 public CallLogFragment(int filterType, boolean isCallLogActivity) { method in class:CallLogFragment 164 public CallLogFragment(int filterType, int logLimit) { method in class:CallLogFragment 174 public CallLogFragment(int filterType, long dateLimit) { method in class:CallLogFragment 185 public CallLogFragment(int filterType, int logLimit, long dateLimit) { method in class:CallLogFragment 420 throw new IllegalArgumentException("Unexpected filter type in CallLogFragment [all...] |
H A D | VisualVoicemailCallLogFragment.java | 33 public class VisualVoicemailCallLogFragment extends CallLogFragment {
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
H A D | ListsFragment.java | 38 import com.android.dialer.calllog.CallLogFragment; 87 private CallLogFragment mHistoryFragment; 89 private CallLogFragment mVoicemailFragment; 131 mHistoryFragment = new CallLogFragment(CallLogQueryHandler.CALL_TYPE_ALL); 152 } else if (fragment instanceof CallLogFragment && position == TAB_INDEX_HISTORY) { 153 mHistoryFragment = (CallLogFragment) fragment; 156 } else if (fragment instanceof CallLogFragment && position == TAB_INDEX_VOICEMAIL) { 157 mVoicemailFragment = (CallLogFragment) fragment;
|
/packages/apps/Dialer/src/com/android/dialer/ |
H A D | DialtactsActivity.java | 66 import com.android.dialer.calllog.CallLogFragment; 107 CallLogFragment.HostInterface, 1282 * Implemented to satisfy {@link CallLogFragment.HostInterface}
|
Completed in 99 milliseconds