Searched refs:INSTANCES (Results 1 – 8 of 8) sorted by relevance
28 private static final Map<String, LevelDBInstance> INSTANCES = new HashMap<>(); field in LevelDBManager42 if (INSTANCES.containsKey(path)) { in getInstance()43 return INSTANCES.get(path); in getInstance()47 INSTANCES.put(path, instance); in getInstance()
50 private const val INSTANCES = 3 constant121 sURIMatcher.addURI(ClockContract.AUTHORITY, "instances", INSTANCES)167 INSTANCES -> qb.setTables(INSTANCES_TABLE_NAME) in query()195 INSTANCES -> "vnd.android.cursor.dir/instances" in getType()236 INSTANCES -> db.insert(INSTANCES_TABLE_NAME, null, initialValues) in insert()262 INSTANCES -> count = in delete()288 if (match == ALARMS || match == INSTANCES || match == ALARMS_ID || match == INSTANCES_ID) { in notifyChange()
81 "(SELECT " + Tables.INSTANCES + "." + Instances._ID + " as _id" +82 " FROM " + Tables.INSTANCES +85 Tables.EVENTS + "." + Events._ID + "=" + Tables.INSTANCES + "." + Instances.EVENT_ID +97 "(SELECT " + Tables.INSTANCES + "." + Instances._ID + " as _id" +98 " FROM " + Tables.INSTANCES +101 Tables.EVENTS + "." + Events._ID + "=" + Tables.INSTANCES + "." + Instances.EVENT_ID +645 db.delete(Tables.INSTANCES, Instances.EVENT_ID + "=?", new String[] { in updateInstancesLocked()792 delCount = db.delete(Tables.INSTANCES, where, new String[] { in updateRecurrenceInstancesLocked()800 delCount = db.delete(Tables.INSTANCES, where, new String[] { in updateRecurrenceInstancesLocked()918 Cursor cursor = db.query(Tables.INSTANCES, null, null, null, null, null, null); in dumpInstancesTable()
69 + " LEFT OUTER JOIN " + Tables.INSTANCES77 + " WHERE " + Tables.INSTANCES + "." + Instances.BEGIN + " ISNULL"316 + " AS myAlarmTime" + "," + Tables.INSTANCES + "." + Instances.EVENT_ID in scheduleNextAlarmLocked()319 + Reminders.MINUTES + " FROM " + Tables.INSTANCES + " INNER JOIN " + Views.EVENTS in scheduleNextAlarmLocked()320 + " ON (" + Views.EVENTS + "." + Events._ID + "=" + Tables.INSTANCES + "." in scheduleNextAlarmLocked()322 + Tables.INSTANCES + "." + Instances.EVENT_ID + "=" + Tables.REMINDERS + "." in scheduleNextAlarmLocked()
281 CalendarDatabaseHelper.Tables.INSTANCES + " INNER JOIN " +284 " ON (" + CalendarDatabaseHelper.Tables.INSTANCES + "."290 CalendarDatabaseHelper.Tables.INSTANCES + " INNER JOIN " +293 " ON (" + CalendarDatabaseHelper.Tables.INSTANCES + "."1078 case INSTANCES: in queryInternal()1475 Tables.INSTANCES + "." + Instances._ID /* groupBy */, in handleInstanceSearchQuery()1591 mDb.execSQL("DELETE FROM " + Tables.INSTANCES + ";"); in acquireInstanceRangeLocked()1674 case INSTANCES: in getType()2631 case INSTANCES: in insertInTransactionInner()3485 case INSTANCES: in deleteInTransactionInner()[all …]
145 public static final String INSTANCES = "Instances"; field166 "DELETE FROM " + Tables.INSTANCES +333 mInstancesInserter = new DatabaseUtils.InsertHelper(db, Tables.INSTANCES); in onOpen()409 db.execSQL("CREATE TABLE " + Tables.INSTANCES + " (" + in bootstrapDB()424 db.execSQL("CREATE INDEX instancesStartDayIndex ON " + Tables.INSTANCES + " (" + in bootstrapDB()
45 private static final Map<Type, JobLockHolder> INSTANCES = field in JobLockHolder68 return INSTANCES.get(type); in getInstance()
META-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...