Searched refs:CellBroadcasts (Results 1 – 4 of 4) sorted by relevance
27 import android.provider.Telephony.CellBroadcasts;574 cv.put(CellBroadcasts.SLOT_INDEX, mSlotIndex); in getContentValues()575 cv.put(CellBroadcasts.SUBSCRIPTION_ID, mSubId); in getContentValues()576 cv.put(CellBroadcasts.GEOGRAPHICAL_SCOPE, mGeographicalScope); in getContentValues()578 cv.put(CellBroadcasts.PLMN, mLocation.getPlmn()); in getContentValues()581 cv.put(CellBroadcasts.LAC, mLocation.getLac()); in getContentValues()584 cv.put(CellBroadcasts.CID, mLocation.getCid()); in getContentValues()586 cv.put(CellBroadcasts.SERIAL_NUMBER, getSerialNumber()); in getContentValues()587 cv.put(CellBroadcasts.SERVICE_CATEGORY, getServiceCategory()); in getContentValues()588 cv.put(CellBroadcasts.LANGUAGE_CODE, getLanguageCode()); in getContentValues()[all …]
4060 public static final class CellBroadcasts implements BaseColumns { class in Telephony4066 private CellBroadcasts() {} in CellBroadcasts() method in Telephony.CellBroadcasts
46519 Landroid/provider/Telephony$CellBroadcasts;-><init>()V46520 Landroid/provider/Telephony$CellBroadcasts;->CID:Ljava/lang/String;46521 Landroid/provider/Telephony$CellBroadcasts;->CMAS_CATEGORY:Ljava/lang/String;46522 Landroid/provider/Telephony$CellBroadcasts;->CMAS_CERTAINTY:Ljava/lang/String;46523 Landroid/provider/Telephony$CellBroadcasts;->CMAS_MESSAGE_CLASS:Ljava/lang/String;46524 Landroid/provider/Telephony$CellBroadcasts;->CMAS_RESPONSE_TYPE:Ljava/lang/String;46525 Landroid/provider/Telephony$CellBroadcasts;->CMAS_SEVERITY:Ljava/lang/String;46526 Landroid/provider/Telephony$CellBroadcasts;->CMAS_URGENCY:Ljava/lang/String;46527 Landroid/provider/Telephony$CellBroadcasts;->CONTENT_URI:Landroid/net/Uri;46528 Landroid/provider/Telephony$CellBroadcasts;->DEFAULT_SORT_ORDER:Ljava/lang/String;[all …]
9382 public static final class Telephony.CellBroadcasts implements android.provider.BaseColumns {9420 public static final class Telephony.CellBroadcasts.Preference {