HomeSort by relevance Sort by last modified time
    Searched refs:mAppCachePath (Results 1 - 2 of 2) sorted by null

  /packages/apps/Browser/src/com/android/browser/
WebStorageSizeManager.java 169 private String mAppCachePath;
172 mAppCachePath = path;
176 File file = new File(mAppCachePath
BrowserSettings.java 122 private String mAppCachePath;
390 if (mAppCachePath == null) {
391 mAppCachePath = mContext.getDir("appcache", 0).getPath();
393 return mAppCachePath;

Completed in 82 milliseconds