Searched refs:KEY_LABEL (Results 1 – 4 of 4) sorted by relevance
33 protected static final String KEY_LABEL = "label"; field in BaseBlobStoreDeviceTest
115 sharedPrefEditor.putString(KEY_LABEL, handle.getLabel().toString()); in writeBlobHandleToDisk()124 final CharSequence label = sharedPref.getString(KEY_LABEL, null); in readBlobHandleFromDisk()
165 results.putCharSequence(KEY_LABEL, blobHandle.getLabel().toString()); in addBlobHandleToResults()173 final CharSequence label = args.getString(KEY_LABEL); in getBlobHandleFromArgs()
51 protected static final String KEY_LABEL = "label"; field in BaseBlobStoreHostTest134 KEY_LABEL, in createArgsFromLastTestRun()