OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 33 milliseconds