Searched refs:appComponent (Results 1 – 4 of 4) sorted by relevance
21 val appComponent: ApplicationComponent = DaggerApplicationComponent.create() constant in com.android.app.tracing.demo.MainApplication
45 (applicationContext as MainApplication).appComponent.getAllExperiments() in <lambda>()
600 String[] appComponent = app.split(";"); in getOemEnabledSatelliteHandoverAppFromOverlayConfig()601 if (appComponent.length == 2) { in getOemEnabledSatelliteHandoverAppFromOverlayConfig()602 return new Pair<>(appComponent[0], appComponent[1]); in getOemEnabledSatelliteHandoverAppFromOverlayConfig()
687 final ComponentName appComponent = taskInfo.topActivity; in launchUserAspectRatioSettings() local688 if (appComponent != null) { in launchUserAspectRatioSettings()689 final Uri packageUri = Uri.parse("package:" + appComponent.getPackageName()); in launchUserAspectRatioSettings()