Home
last modified time | relevance | path

Searched defs:component (Results 1 – 25 of 190) sorted by relevance

12345678

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/dagger/
H A DControlsComponentTest.kt82 val component = setupComponent(true) regex
94 val component = setupComponent(false) regex
103 val component = setupComponent(false) regex
112 val component = setupComponent(true) regex
122 val component = setupComponent(true) regex
132 val component = setupComponent(true) regex
142 val component = setupComponent(true) regex
152 val component = setupComponent(true) regex
161 val component = setupComponent(true) regex
169 val component = setupComponent(true) regex
/aosp14/frameworks/base/core/java/android/content/pm/
H A DCrossProfileApps.java104 public void startMainActivity(@NonNull ComponentName component, in startMainActivity()
111 component, in startMainActivity() local
137 public void startMainActivity(@NonNull ComponentName component, in startMainActivity()
146 component, in startMainActivity() local
247 public void startActivity( in startActivity()
257 component, in startActivity() local
285 public void startActivity(@NonNull ComponentName component, @NonNull UserHandle targetUser) { in startActivity()
288 mContext.getPackageName(), mContext.getAttributionTag(), component, in startActivity() local
H A DILauncherApps.aidl56 String callingPackage, in ComponentName component, in UserHandle user); in resolveLauncherActivityInternal()
61 String callingFeatureId, in ComponentName component, in Rect sourceBounds, in startActivityAsUser()
63 PendingIntent getActivityLaunchIntent(String callingPackage, in ComponentName component, in getActivityLaunchIntent()
66 String callingFeatureId, in ComponentName component, in Rect sourceBounds, in showAppDetailsAsUser()
71 String callingPackage, in ComponentName component, in UserHandle user); in isActivityEnabled()
97 IntentSender getShortcutConfigActivityIntent(String callingPackage, in ComponentName component, in getShortcutConfigActivityIntent()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginEnabler.java37 void setEnabled(ComponentName component); in setEnabled()
40 void setDisabled(ComponentName component, @DisableReason int reason); in setDisabled()
43 boolean isEnabled(ComponentName component); in isEnabled()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DComponentMutateUtils.java49 public static void setExactFlags(ParsedComponent component, int exactFlags) { in setExactFlags()
53 public static void setEnabled(@NonNull ParsedMainComponent component, boolean enabled) { in setEnabled()
57 public static void setPackageName(@NonNull ParsedComponent component, in setPackageName()
62 public static void setDirectBootAware(@NonNull ParsedMainComponent component, in setDirectBootAware()
67 public static void setExported(@NonNull ParsedMainComponent component, boolean exported) { in setExported()
H A DComponentParseUtils.java58 Component component, ParseInput input) throws XmlPullParserException, IOException { in parseAllMetaData()
161 ParsedComponent component) { in getNonLocalizedLabel()
170 public static int getIcon(ParsedComponent component) { in getIcon()
175 boolean isPackageEnabled, ParsedMainComponent component, long flags) { in isMatch()
H A DParsedComponentUtils.java44 Component component, String tag, ParsingPackage pkg, TypedArray array, in parseComponent()
99 static ParseResult<Bundle> addMetaData(ParsedComponentImpl component, ParsingPackage pkg, in addMetaData()
113 static ParseResult<Property> addProperty(ParsedComponentImpl component, ParsingPackage pkg, in addProperty()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
H A DPluginEnablerImpl.java48 public void setEnabled(ComponentName component) { in setEnabled()
53 public void setDisabled(ComponentName component, @DisableReason int reason) { in setDisabled()
66 public boolean isEnabled(ComponentName component) { in isEnabled()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
H A DFakeContextBuilder.java77 String intentAction, @Nullable ComponentName component) { in setIntentComponent()
97 public FakeContextBuilder setAllIntentComponent(@Nullable ComponentName component) { in setAllIntentComponent()
129 private static ResolveInfo getResolveInfo(ComponentName component) { in getResolveInfo()
/aosp14/frameworks/base/tools/powermodel/src/com/android/powermodel/
H A DActivityReport.java56 public ComponentActivity findGlobalComponent(Component component) { in findGlobalComponent()
76 public void addActivity(Component component, Collection<ComponentActivity> activities) { in addActivity()
82 public void addActivity(Component component, ComponentActivity activity) { in addActivity()
H A DAppActivity.java41 public ComponentActivity getComponentActivity(Component component) { in getComponentActivity()
76 public void addComponentActivity(Component component, ComponentActivity activity) { in addComponentActivity()
H A DAppPower.java43 public ComponentPower getComponentPower(Component component) { in getComponentPower()
82 public void addComponentPower(Component component, ComponentPower componentPower) { in addComponentPower()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeConditions.java89 final ComponentName component = mSubscriptions.valueAt(i); in evaluateConfig() local
111 public void onServiceAdded(ComponentName component) { in onServiceAdded()
114 mHelper.setConfig(mHelper.getConfig(), component, "zmc.onServiceAdded:" + component, in onServiceAdded() local
H A DConditionProviders.java294 private ConditionRecord getRecordLocked(Uri id, ComponentName component, boolean create) { in getRecordLocked()
334 public IConditionProvider findConditionProvider(ComponentName component) { in findConditionProvider()
344 public Condition findCondition(ComponentName component, Uri conditionId) { in findCondition()
352 public void ensureRecordExists(ComponentName component, Uri conditionId, in ensureRecordExists()
364 public boolean subscribeIfNecessary(ComponentName component, Uri conditionId) { in subscribeIfNecessary()
377 public void unsubscribeIfNecessary(ComponentName component, Uri conditionId) { in unsubscribeIfNecessary()
446 public final ComponentName component; field in ConditionProviders.ConditionRecord
451 private ConditionRecord(Uri id, ComponentName component) { in ConditionRecord()
467 void onServiceAdded(ComponentName component); in onServiceAdded()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/resume/
H A DMediaResumeListenerTest.kt284 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) regex
341 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) regex
378 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) regex
425 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) regex
500 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) regex
577 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) regex
594 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) regex
622 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) regex
/aosp14/frameworks/base/services/core/java/com/android/server/servicewatcher/
H A DServiceWatcherImpl.java267 public final void onServiceConnected(ComponentName component, IBinder binder) { in onServiceConnected()
287 public final void onServiceDisconnected(ComponentName component) { in onServiceDisconnected()
303 public final void onBindingDied(ComponentName component) { in onBindingDied()
314 public final void onNullBinding(ComponentName component) { in onNullBinding()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastSkipPolicy.java100 final ComponentName component = new ComponentName( in shouldSkipMessage() local
592 private static String broadcastDescription(BroadcastRecord r, ComponentName component) { in broadcastDescription()
599 ComponentName component) { in noteOpForManifestReceiver()
614 ComponentName component, String tag) { in noteOpForManifestReceiverInner()
/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A DManagedApplicationService.java119 public final ComponentName component; field in ManagedApplicationService.LogEvent
123 public LogEvent(long timestamp, ComponentName component, int event) { in LogEvent()
152 private ManagedApplicationService(final Context context, final ComponentName component, in ManagedApplicationService()
213 @NonNull final ComponentName component, final int userId, int clientLabel, in build()
410 private boolean matches(final ComponentName component, final int userId) { in matches()
/aosp14/frameworks/base/core/java/android/service/vr/
H A DVrListenerService.java123 public void onCurrentVrActivityChanged(ComponentName component) { in onCurrentVrActivityChanged()
146 ComponentName component, boolean running2dInVr, int pid) { in onCurrentVrActivityChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/resolution/
H A DComponentResolverApi.java39 boolean isActivityDefined(@NonNull ComponentName component); in isActivityDefined()
42 ParsedActivity getActivity(@NonNull ComponentName component); in getActivity()
45 ParsedProvider getProvider(@NonNull ComponentName component); in getProvider()
48 ParsedActivity getReceiver(@NonNull ComponentName component); in getReceiver()
51 ParsedService getService(@NonNull ComponentName component); in getService()
H A DComponentResolverLocked.java55 public ParsedActivity getActivity(@NonNull ComponentName component) { in getActivity()
63 public ParsedProvider getProvider(@NonNull ComponentName component) { in getProvider()
71 public ParsedActivity getReceiver(@NonNull ComponentName component) { in getReceiver()
79 public ParsedService getService(@NonNull ComponentName component) { in getService()
86 public boolean isActivityDefined(@NonNull ComponentName component) { in isActivityDefined()
H A DComponentResolverBase.java79 ParsedMainComponent component = mActivities.mActivities.get(componentName); in componentExists() local
96 public ParsedActivity getActivity(@NonNull ComponentName component) { in getActivity()
102 public ParsedProvider getProvider(@NonNull ComponentName component) { in getProvider()
108 public ParsedActivity getReceiver(@NonNull ComponentName component) { in getReceiver()
114 public ParsedService getService(@NonNull ComponentName component) { in getService()
122 public boolean isActivityDefined(@NonNull ComponentName component) { in isActivityDefined()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DWatchedIntentHandlingTest.java92 ComponentName component = new ComponentName("Package_A", "Class_A"); in testPreferredActivity() local
140 ComponentName component = new ComponentName("Package_A", "Class_A"); in testPreferredIntentResolver() local
/aosp14/frameworks/base/packages/SettingsLib/RestrictedLockUtils/src/com/android/settingslib/
H A DRestrictedLockUtils.java148 public ComponentName component = null; field in RestrictedLockUtils.EnforcedAdmin
173 public EnforcedAdmin(ComponentName component, UserHandle user) { in EnforcedAdmin()
178 public EnforcedAdmin(ComponentName component, String enforcedRestriction, UserHandle user) { in EnforcedAdmin()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DScanPackageUtils.java695 final ParsedMainComponent component = components.get(i); in assertPackageProcesses() local
788 final ParsedActivity component = pkg.getActivities().get(i); in configurePackageComponents() local
796 final ParsedActivity component = pkg.getReceivers().get(i); in configurePackageComponents() local
804 final ParsedProvider component = pkg.getProviders().get(i); in configurePackageComponents() local
812 final ParsedService component = pkg.getServices().get(i); in configurePackageComponents() local

12345678