Searched refs:getCreateSelfParticipantSql (Results 1 – 2 of 2) sorted by relevance
472 static String getCreateSelfParticipantSql(int subId) { in getCreateSelfParticipantSql() method in DatabaseHelper811 db.execSQL(getCreateSelfParticipantSql(ParticipantData.DEFAULT_SELF_SUB_ID)); in createDatabase()
375 db.execSQL(DatabaseHelper.getCreateSelfParticipantSql(subId)); in refreshSelfParticipantList()