Searched refs:getOwnedAppTypes (Results 1 – 1 of 1) sorted by relevance
110 return info.getOwnedAppTypes().contains(appType); in isOwningFocus()124 Set<Integer> alreadyOwnedAppTypes = info.getOwnedAppTypes(); in requestAppFocus()184 Set<Integer> currentlyOwnedAppTypes = info.getOwnedAppTypes(); in abandonAppFocus()241 for (Integer appType : info.getOwnedAppTypes()) { in onBinderDeath()401 private synchronized Set<Integer> getOwnedAppTypes() { in getOwnedAppTypes() method in AppFocusService.OwnershipClientInfo