Home
last modified time | relevance | path

Searched defs:e (Results 1 – 4 of 4) sorted by relevance

/datastore/datastore-guava/src/test/java/androidx/datastore/guava/
DGuavaDataStoreTest.java69 Throwable e = assertThrows(ExecutionException.class, () -> byteStore.getDataAsync().get()); in testReadFailure() local
89 Throwable e = assertThrows(ExecutionException.class, () -> incrementByte.get()); in testWriteFailure() local
115 ExecutionException e = assertThrows(ExecutionException.class, () -> readFuture2.get()); in openingSameDataStoreTwice_throwsException() local
/datastore/datastore-sampleapp/src/main/java/com/example/datastoresampleapp/
DPreferencesDataStoreActivity.kt79 .catch { e -> in <lambda>() method
DProtoDataStoreActivity.kt88 .catch { e -> in <lambda>() method
DKotlinSerializationActivity.kt92 .catch { e -> in <lambda>() method