HomeSort by relevance Sort by last modified time
    Searched refs:numberRawContacts (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/logging/
EditorEvent.java 26 public int numberRawContacts;
37 .add("numberRawContacts", numberRawContacts)
Logger.java 99 public static void logEditorEvent(int eventType, int numberRawContacts) {
104 event.numberRawContacts = numberRawContacts;

Completed in 148 milliseconds