Searched refs:clientInfo (Results 1 – 3 of 3) 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 …]
1260 private void killClient(@Nullable String clientInfo) { in killClient() argument1261 Log.w(TAG_CAR, "**Car service has crashed. Client(" + clientInfo + ") is not handling it." in killClient()
3813 ApplicationInfo clientInfo = pm.getApplicationInfo(packageName, 0 /* no flags */); in getUidForPackageName() local3814 return clientInfo.uid; in getUidForPackageName()