Home
last modified time | relevance | path

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

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastCursorAdapter.java114 int etwsWarningTypeColumn = cursor.getColumnIndex( in createFromCursor() local
116 if (etwsWarningTypeColumn != -1 && !cursor.isNull(etwsWarningTypeColumn)) { in createFromCursor()
117 int warningType = cursor.getInt(etwsWarningTypeColumn); in createFromCursor()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSmsCbMessage.java670 int etwsWarningTypeColumn = cursor.getColumnIndex(CellBroadcasts.ETWS_WARNING_TYPE); in createFromCursor() local
672 if (etwsWarningTypeColumn != -1 && !cursor.isNull(etwsWarningTypeColumn) in createFromCursor()
674 int warningType = cursor.getInt(etwsWarningTypeColumn); in createFromCursor()