Home
last modified time | relevance | path

Searched defs:clientInfo (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DAppFocusService.java158 ClientInfo clientInfo = (ClientInfo) client; in requestAppFocus() local
201 ClientInfo clientInfo = (ClientInfo) client; in abandonAppFocus() local
253 OwnershipClientInfo clientInfo = (OwnershipClientInfo) client; in dump() local
265 OwnershipClientInfo clientInfo = mFocusOwners.get(appType); in isFocusOwner() local
295 OwnershipClientInfo clientInfo = entry.getValue(); in registerContextOwnerChangedCallback() local
/packages/services/Car/car-lib/src/android/car/
DCar.java1260 private void killClient(@Nullable String clientInfo) { in killClient()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java3813 ApplicationInfo clientInfo = pm.getApplicationInfo(packageName, 0 /* no flags */); in getUidForPackageName() local