OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SystemImpl
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/webkit/
SystemImpl.java
55
public class
SystemImpl
implements SystemInterface {
56
private static final String TAG =
SystemImpl
.class.getSimpleName();
70
private static final
SystemImpl
INSTANCE = new
SystemImpl
();
73
public static
SystemImpl
getInstance() {
77
private
SystemImpl
() {
WebViewUpdateService.java
61
mImpl = new WebViewUpdateServiceImpl(context,
SystemImpl
.getInstance());
Completed in 134 milliseconds