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

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

Completed in 79 milliseconds