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.java302 ContextOwner contextOwner = getNavigationContextOwner(); in updateNavigationActivity() local
307 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() argument
353 for (String packageName : contextOwner.mPackageNames) { in getNavigationComponentByOwner()
603 ContextOwner contextOwner = getNavigationContextOwner(); in getBitmap() local
604 if (contextOwner == null) { in getBitmap()
611 if (!contextOwner.mAuthorities.contains(host)) { in getBitmap()
[all …]