Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
DEntity.java76 addFieldInternal(BaseColumns._ID, Cursor.FIELD_TYPE_INTEGER); in Builder()
87 addFieldInternal(name, fieldType); in addField()
100 private void addFieldInternal(String name, int fieldType) { in addFieldInternal() method in Entity.Builder