OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CellBroadcastDatabaseHelper
(Results
1 - 2
of
2
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastContentProvider.java
76
mOpenHelper = new
CellBroadcastDatabaseHelper
(getContext());
94
qb.setTables(
CellBroadcastDatabaseHelper
.TABLE_NAME);
198
long rowId = db.insert(
CellBroadcastDatabaseHelper
.TABLE_NAME, null, cv);
218
int rowCount = db.delete(
CellBroadcastDatabaseHelper
.TABLE_NAME,
236
int rowCount = db.delete(
CellBroadcastDatabaseHelper
.TABLE_NAME, null, null);
263
int rowCount = db.update(
CellBroadcastDatabaseHelper
.TABLE_NAME, cv, whereClause, whereArgs);
CellBroadcastDatabaseHelper.java
39
public class
CellBroadcastDatabaseHelper
extends SQLiteOpenHelper {
41
private static final String TAG = "
CellBroadcastDatabaseHelper
";
57
CellBroadcastDatabaseHelper
(Context context) {
Completed in 1024 milliseconds