Home
last modified time | relevance | path

Searched refs:flushBitmapToFile (Results 1 – 3 of 3) sorted by relevance

/camera/integration-tests/diagnosetestapp/src/test/java/androidx/camera/integration/diagnose/
DFakeTextAndImageSavingTask.kt38 dataStore.flushBitmapToFile("FakeImage", bitmap) in runDiagnosisTask()
DDataStoreTest.kt75 dataStore.flushBitmapToFile(TEST_BITMAP_FILE, testBitmap) in <lambda>()
/camera/integration-tests/diagnosetestapp/src/main/java/androidx/camera/integration/diagnose/
DDataStore.kt85 fun flushBitmapToFile(imageName: String, bitmap: Bitmap) { in flushBitmapToFile() method