Searched refs:getGcParam (Results 1 – 5 of 5) sorted by relevance
100 assertThrows(FakeIOException.class, () -> backend.getGcParam(uri)); in throwsExceptions_forQuery()108 assertThrows(UnsupportedFileStorageOperation.class, () -> backend.getGcParam(uri)); in throwsExceptions_forQuery()
246 public GcParam getGcParam(Uri uri) throws IOException { in getGcParam() method in FakeFileBackend248 return delegate.getGcParam(uri); in getGcParam()
174 default GcParam getGcParam(Uri uri) throws IOException { in getGcParam() method
314 public GcParam getGcParam(Uri uri) throws IOException { in getGcParam() method in SynchronousFileStorage316 return context.backend().getGcParam(context.encodedUri()); in getGcParam()
487 storage.getGcParam(file1Uri); in gcMethods_shouldInvokeCorrespondingBackendMethods()488 verify(fileBackend).getGcParam(eq(file1Uri)); in gcMethods_shouldInvokeCorrespondingBackendMethods()