HomeSort by relevance Sort by last modified time
    Searched refs:CellBroadcasts (Results 1 - 6 of 6) sorted by null

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastDatabaseHelper.java 36 * {@code CellBroadcastDatabase} have been moved to {@link Telephony.CellBroadcasts} in the
64 + Telephony.CellBroadcasts._ID + " INTEGER PRIMARY KEY AUTOINCREMENT,"
65 + Telephony.CellBroadcasts.GEOGRAPHICAL_SCOPE + " INTEGER,"
66 + Telephony.CellBroadcasts.PLMN + " TEXT,"
67 + Telephony.CellBroadcasts.LAC + " INTEGER,"
68 + Telephony.CellBroadcasts.CID + " INTEGER,"
69 + Telephony.CellBroadcasts.SERIAL_NUMBER + " INTEGER,"
70 + Telephony.CellBroadcasts.SERVICE_CATEGORY + " INTEGER,"
71 + Telephony.CellBroadcasts.LANGUAGE_CODE + " TEXT,"
72 + Telephony.CellBroadcasts.MESSAGE_BODY + " TEXT,
    [all...]
CellBroadcastContentProvider.java 45 static final String CB_AUTHORITY = "cellbroadcasts";
48 static final Uri CONTENT_URI = Uri.parse("content://cellbroadcasts/");
116 orderBy = Telephony.CellBroadcasts.DEFAULT_SORT_ORDER;
219 Telephony.CellBroadcasts._ID + "=?",
258 cv.put(Telephony.CellBroadcasts.MESSAGE_READ, 1);
CellBroadcastListActivity.java 142 Telephony.CellBroadcasts.QUERY_COLUMNS, null, null,
143 Telephony.CellBroadcasts.DELIVERY_TIME + " DESC");
198 Telephony.CellBroadcasts._ID)));
CellBroadcastAlertFullScreen.java 411 Telephony.CellBroadcasts.DELIVERY_TIME, deliveryTime);
  /frameworks/opt/telephony/src/java/android/telephony/
CellBroadcastMessage.java 31 * the database of previously received broadcasts at "content://cellbroadcasts/".
104 cursor.getColumnIndexOrThrow(Telephony.CellBroadcasts.GEOGRAPHICAL_SCOPE));
106 cursor.getColumnIndexOrThrow(Telephony.CellBroadcasts.SERIAL_NUMBER));
108 cursor.getColumnIndexOrThrow(Telephony.CellBroadcasts.SERVICE_CATEGORY));
110 cursor.getColumnIndexOrThrow(Telephony.CellBroadcasts.LANGUAGE_CODE));
112 cursor.getColumnIndexOrThrow(Telephony.CellBroadcasts.MESSAGE_BODY));
114 cursor.getColumnIndexOrThrow(Telephony.CellBroadcasts.MESSAGE_FORMAT));
116 cursor.getColumnIndexOrThrow(Telephony.CellBroadcasts.MESSAGE_PRIORITY));
119 int plmnColumn = cursor.getColumnIndex(Telephony.CellBroadcasts.PLMN);
127 int lacColumn = cursor.getColumnIndex(Telephony.CellBroadcasts.LAC)
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]

Completed in 180 milliseconds