Searched refs:deviceCursor (Results 1 – 1 of 1) sorted by relevance
123 final Cursor deviceCursor = mDatabase.query( in queryRoots() local140 while (deviceCursor.moveToNext()) { in queryRoots()141 final int deviceId = deviceCursor.getInt(0); in queryRoots()213 deviceCursor.close(); in queryRoots()