Searched refs:contextOwner (Results 1 – 1 of 1) sorted by relevance
302 ContextOwner contextOwner = getNavigationContextOwner(); in updateNavigationActivity() local307 mActivityState, contextOwner)); in updateNavigationActivity()310 if (contextOwner == null || contextOwner.mUid == 0 || mActivityOptions == null in updateNavigationActivity()320 ComponentName component = getNavigationComponentByOwner(contextOwner); in updateNavigationActivity()331 Log.d(TAG, "No component found for owner: " + contextOwner); in updateNavigationActivity()352 private ComponentName getNavigationComponentByOwner(ContextOwner contextOwner) { in getNavigationComponentByOwner() argument353 for (String packageName : contextOwner.mPackageNames) { in getNavigationComponentByOwner()603 ContextOwner contextOwner = getNavigationContextOwner(); in getBitmap() local604 if (contextOwner == null) { in getBitmap()611 if (!contextOwner.mAuthorities.contains(host)) { in getBitmap()[all …]