Searched refs:mExternalFilesDirs (Results 1 – 1 of 1) sorted by relevance
262 private File[] mExternalFilesDirs; field in ContextImpl1041 if (mExternalFilesDirs == null) { in getExternalFilesDirs()1042 mExternalFilesDirs = Environment.buildExternalStorageAppFilesDirs(getPackageName()); in getExternalFilesDirs()1046 File[] dirs = mExternalFilesDirs; in getExternalFilesDirs()