Searched refs:APPID_TABLE_NAME (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java54 private static final String APPID_TABLE_NAME = "appid_tbl"; field in class:WapPushManager
75 String sql = "CREATE TABLE " + APPID_TABLE_NAME + " ("
97 "drop table if exists "+APPID_TABLE_NAME);
122 + " from " + APPID_TABLE_NAME
276 db.insert(APPID_TABLE_NAME, null, values);
322 int num = db.update(APPID_TABLE_NAME, values, where, null);
343 int num_removed = db.delete(APPID_TABLE_NAME, where, null);

Completed in 9277 milliseconds