Searched refs:getOwnedAppTypes (Results 1 – 1 of 1) sorted by relevance
176 return info.getOwnedAppTypes().contains(appType); in isOwningFocus()189 Set<Integer> alreadyOwnedAppTypes = info.getOwnedAppTypes(); in requestAppFocus()259 Set<Integer> currentlyOwnedAppTypes = info.getOwnedAppTypes(); in abandonAppFocus()311 for (Integer appType : info.getOwnedAppTypes()) { in onBinderDeath()501 private Set<Integer> getOwnedAppTypes() { in getOwnedAppTypes() method in AppFocusService.OwnershipClientInfo