/aosp12/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
H A D | CellBroadcastProviderTest.java | 61 private static final int CMAS_CATEGORY = 6; field in CellBroadcastProviderTest 289 assertThat(cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.CMAS_CATEGORY))) in testInsertAndQuery() 290 .isEqualTo(CMAS_CATEGORY); in testInsertAndQuery() 358 cv.put(CellBroadcasts.CMAS_CATEGORY, CMAS_CATEGORY); in fakeCellBroadcast()
|
H A D | CellBroadcastDatabaseHelperTest.java | 121 + CellBroadcasts.CMAS_CATEGORY + " INTEGER," in onCreate()
|
/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
H A D | CellBroadcastContentProviderTest.java | 65 private static final int CMAS_CATEGORY = 6; field in CellBroadcastContentProviderTest 260 assertThat(cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.CMAS_CATEGORY))) in testInsertQuery() 261 .isEqualTo(CMAS_CATEGORY); in testInsertQuery() 328 new SmsCbCmasInfo(CMAS_MESSAGE_CLASS, CMAS_CATEGORY, CMAS_RESPONSE_TYPE, in fakeSmsCbMessage()
|
H A D | CellBroadcastListActivityTest.java | 20 import static android.provider.Telephony.CellBroadcasts.CMAS_CATEGORY; 274 assertTrue(contains(columns, CMAS_CATEGORY)); in testOnContextItemSelectedViewDetails()
|
H A D | CellBroadcastDatabaseHelperTest.java | 206 + Telephony.CellBroadcasts.CMAS_CATEGORY + " INTEGER," in onCreate()
|
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
H A D | CellBroadcastDatabaseHelper.java | 95 Telephony.CellBroadcasts.CMAS_CATEGORY, 125 + Telephony.CellBroadcasts.CMAS_CATEGORY + " INTEGER," in getStringForCellBroadcastTableCreation()
|
H A D | CellBroadcastCursorAdapter.java | 131 Telephony.CellBroadcasts.CMAS_CATEGORY); in createFromCursor()
|
H A D | CellBroadcastContentProvider.java | 281 cv.put(Telephony.CellBroadcasts.CMAS_CATEGORY, cmasInfo.getCategory()); in getContentValues()
|
H A D | CellBroadcastListActivity.java | 173 Telephony.CellBroadcasts.CMAS_CATEGORY,
|
/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
H A D | CellBroadcastProvider.java | 115 CellBroadcasts.CMAS_CATEGORY, 360 + CellBroadcasts.CMAS_CATEGORY + " INTEGER," in getStringForCellBroadcastTableCreation()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | SmsCbMessage.java | 603 cv.put(CellBroadcasts.CMAS_CATEGORY, cmasInfo.getCategory()); in getContentValues() 687 int cmasCategoryColumn = cursor.getColumnIndex(CellBroadcasts.CMAS_CATEGORY); in createFromCursor()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | Telephony.java | 4369 public static final String CMAS_CATEGORY = "cmas_category"; field in Telephony.CellBroadcasts 4492 CMAS_CATEGORY,
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 9435 field public static final String CMAS_CATEGORY = "cmas_category";
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 46521 Landroid/provider/Telephony$CellBroadcasts;->CMAS_CATEGORY:Ljava/lang/String;
|