Searched refs:sSystemServicesProxy (Results 1 – 2 of 2) sorted by relevance
89 private static SystemServicesProxy sSystemServicesProxy; field in Recents120 sSystemServicesProxy.getProcessUser());141 sSystemServicesProxy.getProcessUser());177 return sSystemServicesProxy; in getSystemServices()191 sSystemServicesProxy = SystemServicesProxy.getInstance(mContext); in start()213 EventBus.getDefault().register(sSystemServicesProxy, EVENT_BUS_PRIORITY); in start()219 final int processUser = sSystemServicesProxy.getProcessUser(); in start()220 if (sSystemServicesProxy.isSystemUser(processUser)) { in start()254 int currentUser = sSystemServicesProxy.getCurrentUser(); in showRecents()255 if (sSystemServicesProxy.isSystemUser(currentUser)) { in showRecents()[all …]
114 private static SystemServicesProxy sSystemServicesProxy; field in SystemServicesProxy257 if (sSystemServicesProxy == null) { in getInstance()258 sSystemServicesProxy = new SystemServicesProxy(context); in getInstance()260 return sSystemServicesProxy; in getInstance()