Home
last modified time | relevance | path

Searched refs:ETWS_IS_PRIMARY (Results 1 – 2 of 2) sorted by relevance

/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DCellBroadcastProviderTest.java59 private static final int ETWS_IS_PRIMARY = 0; field in CellBroadcastProviderTest
285 assertThat(cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.ETWS_IS_PRIMARY))) in testInsertAndQuery()
286 .isEqualTo(ETWS_IS_PRIMARY); in testInsertAndQuery()
356 cv.put(CellBroadcasts.ETWS_IS_PRIMARY, ETWS_IS_PRIMARY); in fakeCellBroadcast()
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCellBroadcastProvider.java113 CellBroadcasts.ETWS_IS_PRIMARY,
358 + CellBroadcasts.ETWS_IS_PRIMARY + " BOOLEAN DEFAULT 0," in getStringForCellBroadcastTableCreation()
443 + CellBroadcasts.ETWS_IS_PRIMARY + " BOOLEAN DEFAULT 0;"); in onUpgrade()