Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/logging/
DLogger.java99 public static void logEditorEvent(int eventType, int numberRawContacts) { in logEditorEvent() argument
104 event.numberRawContacts = numberRawContacts; in logEditorEvent()
DEditorEvent.java26 public int numberRawContacts; field in EditorEvent
37 .add("numberRawContacts", numberRawContacts) in toString()