Searched refs:CMAS_MESSAGE_CLASS (Results 1 – 10 of 10) sorted by relevance
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
D | CellBroadcastProviderTest.java | 60 private static final int CMAS_MESSAGE_CLASS = 1; field in CellBroadcastProviderTest 287 assertThat(cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.CMAS_MESSAGE_CLASS))) in testInsertAndQuery() 288 .isEqualTo(CMAS_MESSAGE_CLASS); in testInsertAndQuery() 357 cv.put(CellBroadcasts.CMAS_MESSAGE_CLASS, CMAS_MESSAGE_CLASS); in fakeCellBroadcast()
|
D | CellBroadcastDatabaseHelperTest.java | 120 + CellBroadcasts.CMAS_MESSAGE_CLASS + " INTEGER," in onCreate()
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastContentProviderTest.java | 64 private static final int CMAS_MESSAGE_CLASS = 1; field in CellBroadcastContentProviderTest 258 assertThat(cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.CMAS_MESSAGE_CLASS))) in testInsertQuery() 259 .isEqualTo(CMAS_MESSAGE_CLASS); in testInsertQuery() 328 new SmsCbCmasInfo(CMAS_MESSAGE_CLASS, CMAS_CATEGORY, CMAS_RESPONSE_TYPE, in fakeSmsCbMessage()
|
D | CellBroadcastListActivityTest.java | 22 import static android.provider.Telephony.CellBroadcasts.CMAS_MESSAGE_CLASS; 273 assertTrue(contains(columns, CMAS_MESSAGE_CLASS)); in testOnContextItemSelectedViewDetails()
|
D | CellBroadcastDatabaseHelperTest.java | 205 + Telephony.CellBroadcasts.CMAS_MESSAGE_CLASS + " INTEGER," in onCreate()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastDatabaseHelper.java | 94 Telephony.CellBroadcasts.CMAS_MESSAGE_CLASS, 124 + Telephony.CellBroadcasts.CMAS_MESSAGE_CLASS + " INTEGER," in getStringForCellBroadcastTableCreation()
|
D | CellBroadcastCursorAdapter.java | 125 Telephony.CellBroadcasts.CMAS_MESSAGE_CLASS); in createFromCursor()
|
D | CellBroadcastContentProvider.java | 280 cv.put(Telephony.CellBroadcasts.CMAS_MESSAGE_CLASS, cmasInfo.getMessageClass()); in getContentValues()
|
D | CellBroadcastListActivity.java | 171 Telephony.CellBroadcasts.CMAS_MESSAGE_CLASS,
|
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | CellBroadcastProvider.java | 114 CellBroadcasts.CMAS_MESSAGE_CLASS, 359 + CellBroadcasts.CMAS_MESSAGE_CLASS + " INTEGER," in getStringForCellBroadcastTableCreation()
|