/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/dagger/ |
H A D | ControlsComponentTest.kt | 78 val component = setupComponent(true) regex 90 val component = setupComponent(false) regex 99 val component = setupComponent(false) regex 108 val component = setupComponent(true) regex 120 val component = setupComponent(true) regex 132 val component = setupComponent(true) regex 144 val component = setupComponent(true) regex
|
/aosp12/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
H A D | ICalendarTest.java | 39 ICalendar.Component component = new ICalendar.Component("STUB", null); in testAddProperty() local 75 ICalendar.Component component = ICalendar.parseComponent(text); in testParseBasicComponent() local 93 ICalendar.Component component in testParseQuotedParam() local 110 ICalendar.Component component in testParseBadQuotedParam() local 146 ICalendar.Component component = new ICalendar.Component("STUB", null); in testParseChildComponent() local 250 ICalendar.Component component = ICalendar.parseComponent(text); in testParseComponentDoesNotStartWithBegin() local 259 ICalendar.Component component = ICalendar.parseComponent(text); in testParseUnexpectedEndComponent() local 268 ICalendar.Component component = ICalendar.parseComponent(text); in testParseNoEndComponent() local
|
/aosp12/frameworks/av/media/libstagefright/omx/ |
H A D | SoftOMXComponent.cpp | 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() 225 OMX_HANDLETYPE component, in EmptyThisBufferWrapper() [all …]
|
/aosp12/hardware/libhardware/modules/camera/3_4/metadata/ |
H A D | metadata.cpp | 49 for (auto& component : components_) { in FillStaticMetadata() local 116 for (auto& component : components_) { in IsValidRequest() local 142 for (auto& component : components_) { in GetRequestTemplate() local 172 for (auto& component : components_) { in SetRequestSettings() local 190 for (auto& component : components_) { in FillResultMetadata() local
|
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/ |
H A D | PowerComponentHandler.cpp | 48 for (const auto component : mAccumulatedPolicy->enabledComponents) { in applyPowerPolicy() local 51 for (const auto component : mAccumulatedPolicy->disabledComponents) { in applyPowerPolicy() local 54 for (const auto component : powerPolicy->enabledComponents) { in applyPowerPolicy() local 57 for (const auto component : powerPolicy->disabledComponents) { in applyPowerPolicy() local 96 for (const auto component : components) { in dump() local
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/plugins/ |
H A D | PluginEnablerImpl.java | 37 public void setEnabled(ComponentName component) { in setEnabled() 42 public void setDisabled(ComponentName component, int reason) { in setDisabled() 46 private void setState(ComponentName component, boolean enabled) { in setState() 51 public boolean isEnabled(ComponentName component) { in isEnabled()
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
H A D | PluginEnabler.java | 37 void setEnabled(ComponentName component); in setEnabled() 40 void setDisabled(ComponentName component, @DisableReason int reason); in setDisabled() 43 boolean isEnabled(ComponentName component); in isEnabled()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/ |
H A D | PluginEnablerImpl.java | 48 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()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/textclassifier/ |
H A D | FakeContextBuilder.java | 77 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()
|
/aosp12/packages/apps/Stk/src/com/android/stk/ |
H A D | StkAppInstaller.java | 46 ComponentName component = new ComponentName(context, StkMain.class); in installOrUpdate() local 70 ComponentName component = new ComponentName(context, StkMain.class); in uninstall() local 79 static void setAppState(IPackageManager pm, ComponentName component, int userId, boolean enable) in setAppState()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ZenModeConditions.java | 87 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
|
H A D | ConditionProviders.java | 285 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()
|
/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
H A D | ActivityReport.java | 56 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 D | AppActivity.java | 41 public ComponentActivity getComponentActivity(Component component) { in getComponentActivity() 76 public void addComponentActivity(Component component, ComponentActivity activity) { in addComponentActivity()
|
H A D | AppPower.java | 43 public ComponentPower getComponentPower(Component component) { in getComponentPower() 82 public void addComponentPower(Component component, ComponentPower componentPower) { in addComponentPower()
|
/aosp12/frameworks/av/media/codec2/components/cmds/ |
H A D | codec2.cpp | 119 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
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | CrossProfileApps.java | 94 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
|
/aosp12/frameworks/base/services/core/java/com/android/server/servicewatcher/ |
H A D | ServiceWatcherImpl.java | 257 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()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/ |
H A D | ActionDisabledByAdminDialogHelperTest.java | 143 final ComponentName component = new ComponentName("some.package.name", in testSetAdminSupportDetails() local 164 final ComponentName component = new ComponentName("some.package.name", in testSetAdminSupportDetails_shortSupportMessageIsNull() local 186 final ComponentName component = new ComponentName("some.package.name", in testSetAdminSupportDetailsNotAdmin() local 244 final ComponentName component = new ComponentName("some.package.name", in setupFinancedDevice() local
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/ |
H A D | ComponentParseUtils.java | 53 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()
|
H A D | ParsedComponentUtils.java | 43 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()
|
/aosp12/packages/services/Car/service/src/com/android/car/power/ |
H A D | PowerComponentHandler.java | 165 int component = enabledComponents[i]; in applyPowerPolicy() local 171 int component = disabledComponents[i]; in applyPowerPolicy() local 225 private boolean setComponentEnabledLocked(int component, boolean enabled) { in setComponentEnabledLocked() 269 int component = toPowerComponent(line.trim(), /* prefix= */ false); in readUserOffComponentsLocked() local 317 PowerComponentMediator(int component) { in PowerComponentMediator() 456 PowerComponentMediator createPowerComponent(int component) { in createPowerComponent()
|
/aosp12/frameworks/av/media/codec2/faultinjection/ |
H A D | C2ComponentWrapper.cpp | 64 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()
|
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/power/ |
H A D | PowerComponentUtil.java | 103 public static boolean isValidPowerComponent(int component) { in isValidPowerComponent() 136 public static int toPowerComponent(@Nullable String component, boolean prefix) { in toPowerComponent() 188 public static String powerComponentToString(int component) { in powerComponentToString()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/ |
H A D | PowerComponentUtilUnitTest.java | 39 int component = mComponentFields[i].getInt(null); in isValidPowerComponent() local 96 int component = mComponentFields[i].getInt(null); in testPowerComponentToString() local
|