Home
last modified time | relevance | path

Searched defs:componentId (Results 1 – 25 of 173) sorted by relevance

1234567

/aosp_15_r20/external/cronet/testing/
H A Dlocation_tags.json1 …anizer_component","value":"1456456"}],"bugComponent":{"issueTracker":{"componentId":"1456456"}}},"… string
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DBatteryConsumer.java538 public Key[] getKeys(@PowerComponentId int componentId) { in getKeys()
546 public Key getKey(@PowerComponentId int componentId) { in getKey()
554 public Key getKey(@PowerComponentId int componentId, @ProcessState int processState) { in getKey()
566 public double getConsumedPower(@PowerComponentId int componentId) { in getConsumedPower()
590 public @PowerModel int getPowerModel(@PowerComponentId int componentId) { in getPowerModel()
615 public double getConsumedPowerForCustomComponent(int componentId) { in getConsumedPowerForCustomComponent()
628 public String getCustomPowerComponentName(int componentId) { in getCustomPowerComponentName()
640 public long getUsageDurationMillis(@PowerComponentId int componentId) { in getUsageDurationMillis()
661 public static String powerComponentIdToString(@BatteryConsumer.PowerComponent int componentId) { in powerComponentIdToString()
930 @PowerComponentId int componentId, int screenState, int powerState, in addKeys()
[all …]
H A DPowerComponents.java154 public String getCustomPowerComponentName(int componentId) { in getCustomPowerComponentName()
281 private void writePowerUsageSlice(ProtoOutputStream proto, int componentId, in writePowerUsageSlice()
319 @BatteryConsumer.PowerComponentId int componentId, long powerDeciCoulombs, in writePowerComponentUsage()
394 int componentId = -1; in parseXml() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/compatui/api/
DCompatUIState.java33 …android.wm.shell.compatui.api.CompatUIComponent getUIComponent(@org.jetbrains.annotations.NotNull() in getUIComponent()
46 public final void registerUIComponent(@org.jetbrains.annotations.NotNull() in registerUIComponent()
57 public final void unregisterUIComponent(@org.jetbrains.annotations.NotNull() in unregisterUIComponent()
70 ….shell.compatui.api.CompatUIComponentState>T stateForComponent(@org.jetbrains.annotations.NotNull() in stateForComponent()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/managers/
H A DCanvasLayout.java37 int componentId, in CanvasLayout()
46 public CanvasLayout(@Nullable Component parent, int componentId, int animationId) { in CanvasLayout()
94 public static void apply(@NonNull WireBuffer buffer, int componentId, int animationId) { in apply()
107 int componentId = buffer.readInt(); in read() local
H A DBoxLayout.java50 int componentId, in BoxLayout()
65 int componentId, in BoxLayout()
197 int componentId, in apply()
215 int componentId = buffer.readInt(); in read() local
H A DColumnLayout.java59 int componentId, in ColumnLayout()
76 int componentId, in ColumnLayout()
366 int componentId, in apply()
386 int componentId = buffer.readInt(); in read() local
H A DRowLayout.java57 int componentId, in RowLayout()
74 int componentId, in RowLayout()
369 int componentId, in apply()
389 int componentId = buffer.readInt(); in read() local
H A DTextLayout.java115 int componentId, in TextLayout()
140 int componentId, in TextLayout()
338 int componentId, in apply()
366 int componentId = buffer.readInt(); in read() local
H A DStateLayout.java65 int componentId, in StateLayout()
546 int componentId, in apply()
566 int componentId = buffer.readInt(); in read() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/accessibility/util/
H A DShortcutUtils.java77 @NonNull String componentId) { in optInValueToSettings()
108 Context context, @UserShortcutType int shortcutType, @NonNull String componentId) { in optOutValueFromSettings()
139 @UserShortcutType int shortcutType, @NonNull String componentId) { in isComponentIdExistingInSettings()
168 @NonNull String componentId) { in isShortcutContained()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/
H A DRootLayoutComponent.java44 int componentId, in RootLayoutComponent()
55 int componentId, in RootLayoutComponent()
217 public static void apply(@NonNull WireBuffer buffer, int componentId) { in apply()
229 int componentId = buffer.readInt(); in read() local
H A DLayoutComponentContent.java34 int componentId, in LayoutComponentContent()
69 public static void apply(@NonNull WireBuffer buffer, int componentId) { in apply()
81 int componentId = buffer.readInt(); in read() local
H A DCanvasContent.java34 int componentId, in CanvasContent()
69 public static void apply(@NonNull WireBuffer buffer, int componentId) { in apply()
81 int componentId = buffer.readInt(); in read() local
H A DComponentStart.java64 public ComponentStart(int type, int componentId, float width, float height) { in ComponentStart()
180 @NonNull WireBuffer buffer, int type, int componentId, float width, float height) { in apply()
200 int componentId = buffer.readInt(); in read() local
/aosp_15_r20/packages/services/Car/cpp/powerpolicy/server/src/
DPolicyManager.cpp156 std::string_view componentId = id.substr(prefix.size()); in toPowerComponent() local
203 auto updateVisitedComponents = [](const auto& componentId, auto* visitedComponents) { in readComponents()
209 auto* disabledComponents) -> Result<void> { in readComponents()
227 PowerComponent componentId = toPowerComponent(id, kPowerComponentPrefix); in readComponents() local
301 [&visitedCustomComponents](int componentId) { in readOtherComponents()
313 [&visitedCustomComponents](int componentId) { in readOtherComponents()
543 PowerComponent componentId = toPowerComponent(component, ""); in stringsToComponents() local
/aosp_15_r20/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
H A DBatteryConsumerData.java127 int componentId = BatteryConsumer.FIRST_CUSTOM_POWER_COMPONENT_ID + component; in populateForUidBatteryConsumer() local
233 static String getPowerMetricTitle(int componentId) { in getPowerMetricTitle()
237 static String getTimeMetricTitle(int componentId) { in getTimeMetricTitle()
241 private static String getPowerComponentName(int componentId) { in getPowerComponentName()
/aosp_15_r20/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/processor/
H A DPowerStatsExporterTest.java562 int componentId, double expected) { in assertAggregatedPowerEstimate()
569 int componentId, int screenState, int powerState, double expected) { in assertAggregatedPowerEstimate()
578 int componentId, int processState, double expected) { in assertUidPowerEstimate()
585 int componentId, int processState, int screenState, int powerState, double expected) { in assertUidPowerEstimate()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
H A DComponentValue.java99 int componentId = buffer.readInt(); in read() local
125 public ComponentValue(int type, int componentId, int valueId) { in ComponentValue()
139 public static void apply(@NonNull WireBuffer buffer, int type, int componentId, int valueId) { in apply()
/aosp_15_r20/frameworks/base/core/java/android/hardware/biometrics/
H A DComponentInfoInternal.java30 @NonNull public final String componentId; field in ComponentInfoInternal
48 public ComponentInfoInternal(@NonNull String componentId, @NonNull String hardwareVersion, in ComponentInfoInternal()
/aosp_15_r20/frameworks/base/core/tests/batterystatstests/BatteryStatsLoadTests/src/com/android/frameworks/core/batterystatsloadtests/
H A DPowerMetrics.java82 static String getDurationMetricName(int componentId) { in getDurationMetricName()
87 static String getPowerMetricName(int componentId) { in getPowerMetricName()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/impl/
H A DDefaultCompatUIHandler.kt45 val componentId = componentIdGenerator.generateId(compatUIInfo, spec) in <lambda>() constant
/aosp_15_r20/packages/services/Car/service/src/com/android/car/power/
DPolicyReader.java697 String componentId = intermediatePolicyComponents.keyAt(i); in toCarPowerPolicy() local
734 int componentId = customComponents.valueAt(i); in toCarPowerPolicy() local
957 int componentId = customComponentIds.get(i); in parseComponents() local
960 mCustomComponents.put(String.valueOf(componentId), componentId); in parseComponents() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
H A DRemoteComposeBuffer.java1893 int componentId, int animationId, int horizontal, int vertical, int indexId) { in addStateLayout()
1906 public void addBoxStart(int componentId, int animationId, int horizontal, int vertical) { in addBoxStart()
1921 int componentId, int animationId, int horizontal, int vertical, float spacedBy) { in addRowStart()
1936 int componentId, int animationId, int horizontal, int vertical, float spacedBy) { in addColumnStart()
1947 public void addCanvasStart(int componentId, int animationId) { in addCanvasStart()
1957 public void addCanvasContentStart(int componentId) { in addCanvasContentStart()
2005 int componentId, in addTextComponentStart()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryDiffData.java162 final Integer componentId = entry.mComponentId; in purgeBatteryDiffData() local
253 final int componentId = batteryDiffEntry.mComponentId; in combineSystemItemsIntoOthers() local

1234567