OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCachedHtmlFile
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/
LicenseHtmlLoader.java
65
File cachedHtmlFile =
getCachedHtmlFile
();
87
File
getCachedHtmlFile
() {
/packages/apps/Settings/tests/robotests/src/com/android/settings/
LicenseHtmlLoaderTest.java
52
doReturn(cachedHtmlFile).when(loader).
getCachedHtmlFile
();
Completed in 79 milliseconds