Searched refs:sSystemServicesProxy (Results 1 – 2 of 2) sorted by relevance
93 private static SystemServicesProxy sSystemServicesProxy; field in LegacyRecentsImpl120 sSystemServicesProxy.getProcessUser());141 sSystemServicesProxy.getProcessUser());178 return sSystemServicesProxy; in getSystemServices()199 sSystemServicesProxy = SystemServicesProxy.getInstance(mContext); in onStart()212 EventBus.getDefault().register(sSystemServicesProxy, EVENT_BUS_PRIORITY); in onStart()218 final int processUser = sSystemServicesProxy.getProcessUser(); in onStart()219 if (sSystemServicesProxy.isSystemUser(processUser)) { in onStart()248 int currentUser = sSystemServicesProxy.getCurrentUser(); in showRecentApps()249 if (sSystemServicesProxy.isSystemUser(currentUser)) { in showRecentApps()[all …]
91 private static SystemServicesProxy sSystemServicesProxy; field in SystemServicesProxy175 if (sSystemServicesProxy == null) { in getInstance()176 sSystemServicesProxy = new SystemServicesProxy(context); in getInstance()178 return sSystemServicesProxy; in getInstance()