Searched refs:CMAS_URGENCY (Results 1 – 10 of 10) sorted by relevance
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
D | CellBroadcastProviderTest.java | 64 private static final int CMAS_URGENCY = 3; field in CellBroadcastProviderTest 295 assertThat(cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.CMAS_URGENCY))) in testInsertAndQuery() 296 .isEqualTo(CMAS_URGENCY); in testInsertAndQuery() 361 cv.put(CellBroadcasts.CMAS_URGENCY, CMAS_URGENCY); in fakeCellBroadcast()
|
D | CellBroadcastDatabaseHelperTest.java | 124 + CellBroadcasts.CMAS_URGENCY + " INTEGER," in onCreate()
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastContentProviderTest.java | 68 private static final int CMAS_URGENCY = 3; field in CellBroadcastContentProviderTest 266 assertThat(cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.CMAS_URGENCY))) in testInsertQuery() 267 .isEqualTo(CMAS_URGENCY); in testInsertQuery() 329 CMAS_SEVERITY, CMAS_URGENCY, CMAS_CERTAINTY), 0, null, in fakeSmsCbMessage()
|
D | CellBroadcastListActivityTest.java | 25 import static android.provider.Telephony.CellBroadcasts.CMAS_URGENCY; 277 assertTrue(contains(columns, CMAS_URGENCY)); in testOnContextItemSelectedViewDetails()
|
D | CellBroadcastDatabaseHelperTest.java | 209 + Telephony.CellBroadcasts.CMAS_URGENCY + " INTEGER," in onCreate()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastDatabaseHelper.java | 98 Telephony.CellBroadcasts.CMAS_URGENCY, 128 + Telephony.CellBroadcasts.CMAS_URGENCY + " INTEGER," in getStringForCellBroadcastTableCreation()
|
D | CellBroadcastCursorAdapter.java | 158 Telephony.CellBroadcasts.CMAS_URGENCY); in createFromCursor()
|
D | CellBroadcastContentProvider.java | 284 cv.put(Telephony.CellBroadcasts.CMAS_URGENCY, cmasInfo.getUrgency()); in getContentValues()
|
D | CellBroadcastListActivity.java | 175 Telephony.CellBroadcasts.CMAS_URGENCY,
|
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | CellBroadcastProvider.java | 118 CellBroadcasts.CMAS_URGENCY, 363 + CellBroadcasts.CMAS_URGENCY + " INTEGER," in getStringForCellBroadcastTableCreation()
|