Home
last modified time | relevance | path

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

12345678910

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/dagger/
DControlsComponentTest.kt78 val component = setupComponent(true) in testFeatureEnabled() constant
90 val component = setupComponent(false) in testFeatureDisabled() constant
99 val component = setupComponent(false) in testFeatureDisabledVisibility() constant
108 val component = setupComponent(true) in testFeatureEnabledAfterBootVisibility() constant
120 val component = setupComponent(true) in testFeatureEnabledAndCannotShowOnLockScreenVisibility() constant
132 val component = setupComponent(true) in testFeatureEnabledAndCanShowOnLockScreenVisibility() constant
144 val component = setupComponent(true) in testFeatureEnabledAndCanShowWhileUnlockedVisibility() constant
/frameworks/av/media/libstagefright/omx/
DSoftOMXComponent.cpp30 OMX_COMPONENTTYPE **component) in SoftOMXComponent()
111 OMX_HANDLETYPE component, in SendCommandWrapper()
124 OMX_HANDLETYPE component, in GetParameterWrapper()
136 OMX_HANDLETYPE component, in SetParameterWrapper()
148 OMX_HANDLETYPE component, in GetConfigWrapper()
160 OMX_HANDLETYPE component, in SetConfigWrapper()
172 OMX_HANDLETYPE component, in GetExtensionIndexWrapper()
184 OMX_HANDLETYPE component, in UseBufferWrapper()
199 OMX_HANDLETYPE component, in AllocateBufferWrapper()
213 OMX_HANDLETYPE component, in FreeBufferWrapper()
[all …]
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DFakeContextBuilder.java77 String intentAction, @Nullable ComponentName component) { in setIntentComponent()
97 public FakeContextBuilder setAllIntentComponent(@Nullable ComponentName component) { in setAllIntentComponent()
109 final ComponentName component = mComponents.containsKey(action) in build() local
129 private static ResolveInfo getResolveInfo(ComponentName component) { in getResolveInfo()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
DPluginEnablerImpl.java42 public void setEnabled(ComponentName component) { in setEnabled()
47 public void setDisabled(ComponentName component, @DisableReason int reason) { in setDisabled()
60 public boolean isEnabled(ComponentName component) { in isEnabled()
/frameworks/base/tools/powermodel/src/com/android/powermodel/
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()
DAppActivity.java41 public ComponentActivity getComponentActivity(Component component) { in getComponentActivity()
76 public void addComponentActivity(Component component, ComponentActivity activity) { in addComponentActivity()
DAppPower.java43 public ComponentPower getComponentPower(Component component) { in getComponentPower()
82 public void addComponentPower(Component component, ComponentPower componentPower) { in addComponentPower()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeConditions.java87 final ComponentName component = mSubscriptions.valueAt(i); in evaluateConfig() local
109 public void onServiceAdded(ComponentName component) { in onServiceAdded()
111 mHelper.setConfig(mHelper.getConfig(), component, "zmc.onServiceAdded:" + component); in onServiceAdded() local
DConditionProviders.java285 private ConditionRecord getRecordLocked(Uri id, ComponentName component, boolean create) { in getRecordLocked()
325 public IConditionProvider findConditionProvider(ComponentName component) { in findConditionProvider()
335 public Condition findCondition(ComponentName component, Uri conditionId) { in findCondition()
343 public void ensureRecordExists(ComponentName component, Uri conditionId, in ensureRecordExists()
355 public boolean subscribeIfNecessary(ComponentName component, Uri conditionId) { in subscribeIfNecessary()
368 public void unsubscribeIfNecessary(ComponentName component, Uri conditionId) { in unsubscribeIfNecessary()
437 public final ComponentName component; field in ConditionProviders.ConditionRecord
442 private ConditionRecord(Uri id, ComponentName component) { in ConditionRecord()
458 void onServiceAdded(ComponentName component); in onServiceAdded()
/frameworks/av/media/codec2/components/cmds/
Dcodec2.cpp119 virtual void onWorkDone_nb(std::weak_ptr<C2Component> component, in onWorkDone_nb()
124 virtual void onTripped_nb(std::weak_ptr<C2Component> component, in onTripped_nb()
129 virtual void onError_nb(std::weak_ptr<C2Component> component, in onError_nb()
175 std::weak_ptr<C2Component> component, std::list<std::unique_ptr<C2Work>> workItems) { in onWorkDone()
186 std::weak_ptr<C2Component> component, in onTripped()
193 void SimplePlayer::onError(std::weak_ptr<C2Component> component, uint32_t errorCode) { in onError()
216 std::shared_ptr<C2Component> component; in play() local
/frameworks/base/core/java/android/content/pm/
DCrossProfileApps.java94 public void startMainActivity(@NonNull ComponentName component, in startMainActivity()
101 component, in startMainActivity() local
193 public void startActivity(@NonNull ComponentName component, @NonNull UserHandle targetUser) { in startActivity()
196 mContext.getPackageName(), mContext.getAttributionTag(), component, in startActivity() local
DILauncherApps.aidl52 String callingPackage, in ComponentName component, in UserHandle user); in resolveLauncherActivityInternal()
57 String callingFeatureId, in ComponentName component, in Rect sourceBounds, in startActivityAsUser()
59 PendingIntent getActivityLaunchIntent(in ComponentName component, in Bundle opts, in getActivityLaunchIntent()
62 String callingFeatureId, in ComponentName component, in Rect sourceBounds, in showAppDetailsAsUser()
67 String callingPackage, in ComponentName component, in UserHandle user); in isActivityEnabled()
91 IntentSender getShortcutConfigActivityIntent(String callingPackage, in ComponentName component, in getShortcutConfigActivityIntent()
/frameworks/base/services/core/java/com/android/server/servicewatcher/
DServiceWatcherImpl.java257 public final void onServiceConnected(ComponentName component, IBinder binder) { in onServiceConnected()
277 public final void onServiceDisconnected(ComponentName component) { in onServiceDisconnected()
293 public final void onBindingDied(ComponentName component) { in onBindingDied()
304 public final void onNullBinding(ComponentName component) { in onNullBinding()
/frameworks/base/core/java/android/content/pm/parsing/component/
DComponentParseUtils.java53 Component component, ParseInput input) throws XmlPullParserException, IOException { in parseAllMetaData()
154 ParsedComponent component) { in getNonLocalizedLabel()
163 public static int getIcon(ParsedComponent component) { in getIcon()
168 boolean isPackageEnabled, ParsedMainComponent component, int flags) { in isMatch()
DParsedComponentUtils.java43 Component component, String tag, ParsingPackage pkg, TypedArray array, in parseComponent()
99 static ParseResult<Bundle> addMetaData(ParsedComponent component, ParsingPackage pkg, in addMetaData()
113 static ParseResult<Property> addProperty(ParsedComponent component, ParsingPackage pkg, in addProperty()
/frameworks/av/media/codec2/faultinjection/
DC2ComponentWrapper.cpp64 void C2ComponentWrapper::Listener::onWorkDone_nb(std::weak_ptr<C2Component> component, in onWorkDone_nb()
69 void C2ComponentWrapper::Listener::onTripped_nb(std::weak_ptr<C2Component> component, in onTripped_nb()
75 std::weak_ptr<C2Component> component, uint32_t errorCode) { in onError_nb()
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceSet.java186 public static boolean populateContentValues(ICalendar.Component component, in populateContentValues()
254 ICalendar.Component component) { in populateComponent()
323 ICalendar.Component component) { in populateComponent()
381 public static void addPropertiesForRuleStr(ICalendar.Component component, in addPropertiesForRuleStr()
441 public static void addPropertyForDateStr(ICalendar.Component component, in addPropertyForDateStr()
463 ICalendar.Component component) { in computeDuration()
495 private static String flattenProperties(ICalendar.Component component, in flattenProperties()
/frameworks/base/core/java/android/service/vr/
DVrListenerService.java123 public void onCurrentVrActivityChanged(ComponentName component) { in onCurrentVrActivityChanged()
146 ComponentName component, boolean running2dInVr, int pid) { in onCurrentVrActivityChanged()
DIVrListener.aidl23 void focusedActivityChanged(in ComponentName component, boolean running2dInVr, int pid); in focusedActivityChanged()
/frameworks/base/packages/SettingsLib/RestrictedLockUtils/src/com/android/settingslib/
DRestrictedLockUtils.java122 public ComponentName component = null; field in RestrictedLockUtils.EnforcedAdmin
142 public EnforcedAdmin(ComponentName component, UserHandle user) { in EnforcedAdmin()
147 public EnforcedAdmin(ComponentName component, String enforcedRestriction, UserHandle user) { in EnforcedAdmin()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DWatchedIntentHandlingTest.java90 ComponentName component = new ComponentName("Package_A", "Class_A"); in testPreferredActivity() local
138 ComponentName component = new ComponentName("Package_A", "Class_A"); in testPreferredIntentResolver() local
/frameworks/base/services/core/java/com/android/server/utils/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServices.java95 ComponentName component = tile.getComponent(); in getTileWrapper() local
108 protected TileServiceManager onCreateTileService(ComponentName component, Tile tile, in onCreateTileService()
173 private void requestListening(ComponentName component) { in requestListening()
331 private CustomTile getTileForComponent(ComponentName component) { in getTileForComponent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
DMediaResumeListenerTest.kt235 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) in capture() constant
272 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) in capture() constant
310 val component = ComponentName(PACKAGE_NAME, CLASS_NAME) in capture() constant

12345678910