Home
last modified time | relevance | path

Searched refs:contextOwner (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/car-lib/src/android/car/cluster/renderer/
DInstrumentClusterRenderingService.java314 ContextOwner contextOwner = getNavigationContextOwner(); in updateNavigationActivity() local
319 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() argument
365 for (String packageName : contextOwner.mPackageNames) { in getNavigationComponentByOwner()
617 ContextOwner contextOwner = getNavigationContextOwner(); in getBitmap() local
618 if (contextOwner == null) { in getBitmap()
624 if (!contextOwner.mAuthorities.contains(host)) { in getBitmap()
[all …]