Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDatabaseHelper.java469 static String getCreateSelfParticipantSql(int subId) { in getCreateSelfParticipantSql() method in DatabaseHelper
809 db.execSQL(getCreateSelfParticipantSql(ParticipantData.DEFAULT_SELF_SUB_ID)); in createDatabase()
DParticipantRefresh.java375 db.execSQL(DatabaseHelper.getCreateSelfParticipantSql(subId)); in refreshSelfParticipantList()