Home | History | Annotate | Download | only in contacts

Lines Matching full:static

37     public static class GroupEditorQuery {
38 private static final String[] PROJECTION = new String[] {
46 public static final int CONTACT_ID = 0;
47 public static final int RAW_CONTACT_ID = 1;
48 public static final int CONTACT_DISPLAY_NAME_PRIMARY = 2;
49 public static final int CONTACT_PHOTO_URI = 3;
50 public static final int CONTACT_LOOKUP_KEY = 4;
53 public static class GroupDetailQuery {
54 private static final String[] PROJECTION = new String[] {
63 public static final int CONTACT_ID = 0;
64 public static final int CONTACT_PHOTO_URI = 1;
65 public static final int CONTACT_LOOKUP_KEY = 2;
66 public static final int CONTACT_DISPLAY_NAME_PRIMARY = 3;
67 public static final int CONTACT_PRESENCE_STATUS = 4;
68 public static final int CONTACT_STATUS = 5;
76 public static GroupMemberLoader constructLoaderForGroupEditorQuery(
84 public static GroupMemberLoader constructLoaderForGroupDetailQuery(