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

  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 350 mType = EntityModifier.getCurrentType(entry, kind);
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 209 final EditType type = getCurrentType(entry, kind);
232 public static EditType getCurrentType(ValuesDelta entry, DataKind kind) {
242 public static EditType getCurrentType(ContentValues entry, DataKind kind) {
253 public static EditType getCurrentType(Cursor cursor, DataKind kind) {
    [all...]

Completed in 31 milliseconds