Searched refs:NEXT_AVAIL_SLOT (Results 1 – 1 of 1) sorted by relevance
65 private static final String NEXT_AVAIL_SLOT = "NextAvailableSlot"; field in ClipStorage84 mNextSlot = mPref.getInt(NEXT_AVAIL_SLOT, 0); in ClipStorage()127 mPref.edit().putInt(NEXT_AVAIL_SLOT, mNextSlot).commit(); in claimStorageSlot()