Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DThemeHelper.java101 private void deleteFileIfExist(@Nullable String fileAbsPath) { in deleteFileIfExist() argument
102 if (TextUtils.isEmpty(fileAbsPath)) { in deleteFileIfExist()
105 new File(fileAbsPath).deleteOnExit(); in deleteFileIfExist()
146 String fileAbsPath = null; in getScreenshotMostColorAsRect() local
150 fileAbsPath = takeScreenshotToFile("test1"); in getScreenshotMostColorAsRect()
151 bitmapRegionDecoder = BitmapRegionDecoder.newInstance(fileAbsPath); in getScreenshotMostColorAsRect()
161 deleteFileIfExist(fileAbsPath); in getScreenshotMostColorAsRect()