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
77
mOpenHelper = new
CellBroadcastDatabaseHelper
(getContext());
96
qb.setTables(
CellBroadcastDatabaseHelper
.TABLE_NAME);
200
long rowId = db.insert(
CellBroadcastDatabaseHelper
.TABLE_NAME, null, cv);
220
int rowCount = db.delete(
CellBroadcastDatabaseHelper
.TABLE_NAME,
238
int rowCount = db.delete(
CellBroadcastDatabaseHelper
.TABLE_NAME, null, null);
265
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 45 milliseconds