Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/eab/
DEabProvider.java88 public static final String EAB_PRESENCE_TUPLE_TABLE_NAME = "eab_presence"; field in EabProvider
123 + " LEFT JOIN " + EAB_PRESENCE_TUPLE_TABLE_NAME
125 + "=" + EAB_PRESENCE_TUPLE_TABLE_NAME + "."
370 + EAB_PRESENCE_TUPLE_TABLE_NAME
515 qb.setTables(EAB_PRESENCE_TUPLE_TABLE_NAME); in query()
571 tableName = EAB_PRESENCE_TUPLE_TABLE_NAME; in insert()
605 tableName = EAB_PRESENCE_TUPLE_TABLE_NAME; in bulkInsert()
652 tableName = EAB_PRESENCE_TUPLE_TABLE_NAME; in delete()
685 tableName = EAB_PRESENCE_TUPLE_TABLE_NAME; in update()
DEabControllerImpl.java25 import static com.android.ims.rcs.uce.eab.EabProvider.EAB_PRESENCE_TUPLE_TABLE_NAME;
291 " FROM " + EAB_PRESENCE_TUPLE_TABLE_NAME + ") "; in cleanupOrphanedRows()