Searched refs:sSystemServicesProxy (Results 1 – 2 of 2) sorted by relevance
100 private static SystemServicesProxy sSystemServicesProxy; field in Recents131 sSystemServicesProxy.getProcessUser());152 sSystemServicesProxy.getProcessUser());189 return sSystemServicesProxy; in getSystemServices()203 sSystemServicesProxy = SystemServicesProxy.getInstance(mContext); in start()219 EventBus.getDefault().register(sSystemServicesProxy, EVENT_BUS_PRIORITY); in start()225 final int processUser = sSystemServicesProxy.getProcessUser(); in start()226 if (sSystemServicesProxy.isSystemUser(processUser)) { in start()265 int currentUser = sSystemServicesProxy.getCurrentUser(); in showRecentApps()266 if (sSystemServicesProxy.isSystemUser(currentUser)) { in showRecentApps()[all …]
127 private static SystemServicesProxy sSystemServicesProxy; field in SystemServicesProxy365 if (sSystemServicesProxy == null) { in getInstance()366 sSystemServicesProxy = new SystemServicesProxy(context); in getInstance()368 return sSystemServicesProxy; in getInstance()