Home | History | Annotate | Download | only in model

Lines Matching defs:canInsert

90     public static boolean canInsert(RawContactDelta state, DataKind kind) {
570 if (hasOrg && RawContactModifier.canInsert(state, kindOrg)) {
587 if (hasNotes && RawContactModifier.canInsert(state, kindNotes)) {
916 final boolean canInsert = RawContactModifier.canInsert(state, kind);
918 if (!validValue || !canInsert) return null;