Searched refs:RAW_TABLE_NAME (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | FakeSmsContentProvider.java | 31 private static final String RAW_TABLE_NAME = "raw"; field in FakeSmsContentProvider 79 return db.query(RAW_TABLE_NAME, projection, selection, selectionArgs, null, null, in query() 86 long rowId = db.insert(RAW_TABLE_NAME, null, values); in insert() 100 count = db.update(RAW_TABLE_NAME, cv, selection, selectionArgs); in delete() 104 count = db.delete(RAW_TABLE_NAME, selection, selectionArgs); in delete()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
H A D | GsmInboundSmsHandlerTest.java | 114 private static final String RAW_TABLE_NAME = "raw"; field in GsmInboundSmsHandlerTest 116 RAW_TABLE_NAME);
|