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

/packages/apps/Browser/src/com/android/browser/
H A DWebStorageSizeManager.java169 private String mAppCachePath; field in class:WebStorageSizeManager.WebKitAppCacheInfo
172 mAppCachePath = path;
176 File file = new File(mAppCachePath
H A DBrowserSettings.java119 private String mAppCachePath; field in class:BrowserSettings
400 if (mAppCachePath == null) {
401 mAppCachePath = mContext.getDir("appcache", 0).getPath();
403 return mAppCachePath;

Completed in 35 milliseconds