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;
388 if (mAppCachePath == null) {
389 mAppCachePath = mContext.getDir("appcache", 0).getPath();
391 return mAppCachePath;

Completed in 44 milliseconds