Home
last modified time | relevance | path

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

/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DCellBroadcastProviderTest.java145 int messageNotDisplayedCount = 5; in testGetAllCellBroadcast() local
148 for (int i = 0; i < messageNotDisplayedCount; i++) { in testGetAllCellBroadcast()
166 assertThat(cursor.getCount()).isEqualTo(messageNotDisplayedCount); in testGetAllCellBroadcast()