Searched refs:mSlots (Results 1 – 1 of 1) sorted by relevance
73 private final File[] mSlots = new File[NUM_OF_SLOTS]; field in ClipStorage109 if (!mSlots[curSlot].exists()) { in claimStorageSlot()114 if (mSlots[curSlot].list().length <= 1) { in claimStorageSlot()140 assert(mSlots[pos] != null); in prepareSlot()142 Files.deleteRecursively(mSlots[pos]); in prepareSlot()143 mSlots[pos].mkdir(); in prepareSlot()144 assert(mSlots[pos].isDirectory()); in prepareSlot()161 String linkFileName = Integer.toString(mSlots[slot].list().length); in getFile()162 File link = new File(mSlots[slot], linkFileName); in getFile()181 assert(mSlots[pos] != null); in toSlotDataFile()[all …]