Searched refs:getOwnedAppTypes (Results 1 – 1 of 1) sorted by relevance
154 return info.getOwnedAppTypes().contains(appType); in isOwningFocus()167 Set<Integer> alreadyOwnedAppTypes = info.getOwnedAppTypes(); in requestAppFocus()237 Set<Integer> currentlyOwnedAppTypes = info.getOwnedAppTypes(); in abandonAppFocus()290 for (Integer appType : info.getOwnedAppTypes()) { in onBinderDeath()474 private Set<Integer> getOwnedAppTypes() { in getOwnedAppTypes() method in AppFocusService.OwnershipClientInfo