Searched refs:mAppCachePath (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Browser/src/com/android/browser/ | ||
H A D | WebStorageSizeManager.java | 169 private String mAppCachePath; field in class:WebStorageSizeManager.WebKitAppCacheInfo 172 mAppCachePath = path; 176 File file = new File(mAppCachePath |
H A D | BrowserSettings.java | 119 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