Searched defs:CallLogFragment (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogFragment.java57 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...]

Completed in 11 milliseconds