Searched refs:clientInfo (Results 1 – 2 of 2) sorted by relevance
158 ClientInfo clientInfo = (ClientInfo) client; in requestAppFocus() local161 if (clientInfo.getAppTypes().contains(appType)) { in requestAppFocus()162 mDispatchHandler.requestAppFocusChangeDispatch(clientInfo.binderInterface, in requestAppFocus()201 ClientInfo clientInfo = (ClientInfo) client; in abandonAppFocus() local202 if (clientInfo.getAppTypes().contains(appType)) { in abandonAppFocus()203 mDispatchHandler.requestAppFocusChangeDispatch(clientInfo.binderInterface, in abandonAppFocus()253 OwnershipClientInfo clientInfo = (OwnershipClientInfo) client; in dump() local254 writer.println(clientInfo.toString()); in dump()265 OwnershipClientInfo clientInfo = mFocusOwners.get(appType); in isFocusOwner() local266 return clientInfo.getUid() == uid && clientInfo.getPid() == pid; in isFocusOwner()[all …]
3804 ApplicationInfo clientInfo = pm.getApplicationInfo(packageName, 0 /* no flags */); in getUidForPackageName() local3805 return clientInfo.uid; in getUidForPackageName()