Searched defs:SystemServicesProxy (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java99 public class SystemServicesProxy { class
100 final static String TAG = "SystemServicesProxy";
116 private static SystemServicesProxy sSystemServicesProxy;
205 private SystemServicesProxy(Context context) { method in class:SystemServicesProxy
257 * Returns the single instance of the {@link SystemServicesProxy}.
260 public static SystemServicesProxy getInstance(Context context) {
265 sSystemServicesProxy = new SystemServicesProxy(context);

Completed in 262 milliseconds