Searched refs:mInFilePath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java454 String mInFilePath; field in class:WallpaperCropActivity.BitmapCropTask
473 mInFilePath = filePath;
530 if (mInUri == null && mInResId == 0 && mInFilePath == null && mInImageBytes == null) {
538 } else if (mInFilePath != null) {
539 return mContext.openFileInput(mInFilePath);

Completed in 69 milliseconds