Searched refs:contextOwner (Results 1 – 1 of 1) sorted by relevance
314 ContextOwner contextOwner = getNavigationContextOwner(); in updateNavigationActivity() local319 mActivityState, contextOwner); in updateNavigationActivity()322 if (contextOwner == null || contextOwner.mUid == 0 || mActivityOptions == null in updateNavigationActivity()332 ComponentName component = getNavigationComponentByOwner(contextOwner); in updateNavigationActivity()343 Slogf.d(TAG, "No component found for owner: %s", contextOwner); in updateNavigationActivity()364 private ComponentName getNavigationComponentByOwner(ContextOwner contextOwner) { in getNavigationComponentByOwner() argument365 for (String packageName : contextOwner.mPackageNames) { in getNavigationComponentByOwner()617 ContextOwner contextOwner = getNavigationContextOwner(); in getBitmap() local618 if (contextOwner == null) { in getBitmap()624 if (!contextOwner.mAuthorities.contains(host)) { in getBitmap()[all …]