Searched defs:COLUMN_KEY (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxSessionStorage.java36 public static final String COLUMN_KEY = "key"; field in class:BordeauxSessionStorage
48 "create table " + SESSION_TABLE + "( " + COLUMN_KEY +
86 entry.put(COLUMN_KEY, key);
117 new String[]{COLUMN_KEY, COLUMN_CLASS, COLUMN_MODEL, COLUMN_TIME},
118 COLUMN_KEY + "=\"" + key + "\"", null, null, null, null, null);
137 String key = cursor.getString(cursor.getColumnIndex(COLUMN_KEY));
147 new String[]{COLUMN_KEY, reKey});
/frameworks/base/core/java/com/android/internal/widget/
H A DLockSettingsService.java53 private static final String COLUMN_KEY = "name"; field in class:LockSettingsService
315 cv.put(COLUMN_KEY, key);
321 db.delete(TABLE, COLUMN_KEY + "=? AND " + COLUMN_USERID + "=?",
335 COLUMN_USERID + "=? AND " + COLUMN_KEY + "=?",
360 COLUMN_KEY + " TEXT," +

Completed in 2097 milliseconds