Home
last modified time | relevance | path

Searched refs:COMPONENT (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/
H A DComponents.java26 public static final ComponentName COMPONENT = new ComponentName(PACKAGE_NAME, field in Components.SimpleActivity
33 public static final ComponentName COMPONENT = new ComponentName(PACKAGE_NAME, field in Components.FixedActivity
39 public static final ComponentName COMPONENT = new ComponentName(PACKAGE_NAME, field in Components.NonResizeableActivity
65 public static final ComponentName COMPONENT = new ComponentName(PACKAGE_NAME, field in Components.PipActivity
75 public static final ComponentName COMPONENT = new ComponentName(PACKAGE_NAME, field in Components.ImeActivity
81 public static final ComponentName COMPONENT = new ComponentName(PACKAGE_NAME, field in Components.SplitScreenActivity
87 public static final ComponentName COMPONENT = new ComponentName(PACKAGE_NAME, field in Components.SplitScreenSecondaryActivity
93 public static final ComponentName COMPONENT = new ComponentName(PACKAGE_NAME, field in Components.LaunchBubbleActivity
99 public static final ComponentName COMPONENT = new ComponentName(PACKAGE_NAME, field in Components.BubbleActivity
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/legacysplitscreen/
H A DResizeLegacySplitScreen.kt113 this.isAppWindowVisible(Components.SimpleActivity.COMPONENT.toFlickerComponent())
121 this.isAppWindowVisible(Components.ImeActivity.COMPONENT.toFlickerComponent())
143 this.isVisible(Components.SimpleActivity.COMPONENT.toFlickerComponent())
150 this.isVisible(Components.ImeActivity.COMPONENT.toFlickerComponent())
175 visibleRegion(Components.SimpleActivity.COMPONENT.toFlickerComponent())
177 visibleRegion(Components.ImeActivity.COMPONENT.toFlickerComponent())
197 visibleRegion(Components.SimpleActivity.COMPONENT.toFlickerComponent())
199 visibleRegion(Components.ImeActivity.COMPONENT.toFlickerComponent())
/aosp12/art/tools/
H A Dhost_bcp.sh75 for COMPONENT in ${BCPL}; do
77 TAIL=${COMPONENT}
78 if [[ ${COMPONENT:0:${#ART_APEX}} = ${ART_APEX} ]]; then
80 TAIL=${COMPONENT:${#ART_APEX}}
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/helpers/
H A DSplitScreenHelper.kt43 Components.SplitScreenActivity.COMPONENT.toFlickerComponent())
48 Components.SplitScreenSecondaryActivity.COMPONENT.toFlickerComponent())
53 Components.NonResizeableActivity.COMPONENT.toFlickerComponent())
H A DFixedAppHelper.kt26 Components.FixedActivity.COMPONENT.toFlickerComponent()
H A DSimpleAppHelper.kt26 Components.SimpleActivity.COMPONENT.toFlickerComponent()
H A DLaunchBubbleHelper.kt26 Components.LaunchBubbleActivity.COMPONENT.toFlickerComponent()
H A DImeAppHelper.kt31 Components.ImeActivity.COMPONENT.toFlickerComponent()
H A DPipAppHelper.kt38 Components.PipActivity.COMPONENT.toFlickerComponent()
/aosp12/system/tools/hidl/
H A Dhidl-gen_l.ll24 COMPONENT {L}({L}|{D})*
28 FQNAME ({COMPONENT}|{VERSION})(({DOT}|":"+){COMPONENT}|{VERSION})*
175 {COMPONENT} { yylval->str = strdup(yytext); return token::IDENTIFIER; }
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DCountdownConditionProvider.java43 public static final ComponentName COMPONENT = field in CountdownConditionProvider
63 return COMPONENT; in getComponent()
H A DEventConditionProvider.java56 public static final ComponentName COMPONENT = field in EventConditionProvider
85 return COMPONENT; in getComponent()
H A DScheduleConditionProvider.java56 public static final ComponentName COMPONENT = field in ScheduleConditionProvider
81 return COMPONENT; in getComponent()
/aosp12/system/update_engine/
H A DOWNERS14 # COMPONENT: Internals>Installer
/aosp12/frameworks/base/core/java/android/os/
H A DCoolingDevice.java73 public static final int TYPE_COMPONENT = CoolingType.COMPONENT;
H A DPowerComponents.java296 .COMPONENT, in writeStatsProtoImpl()
/aosp12/frameworks/proto_logging/stats/enums/stats/tv/
H A Dtif_enums.proto81 COMPONENT = 1004; enumerator
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/
H A DAppPairsTransition.kt57 Components.SplitScreenActivity.COMPONENT.toFlickerComponent())
/aosp12/hardware/interfaces/tv/input/1.0/default/
H A DTvInput.cpp39 static_assert(TV_INPUT_TYPE_COMPONENT == static_cast<int>(TvInputType::COMPONENT),
/aosp12/hardware/interfaces/thermal/2.0/
H A Dtypes.hal44 COMPONENT, // for the rest of components
/aosp12/frameworks/base/services/core/java/com/android/server/firewall/
H A DStringFilter.java230 public static final ValueProvider COMPONENT = new ValueProvider("component") { field in StringFilter
H A DIntentFirewall.java89 StringFilter.COMPONENT,
/aosp12/hardware/interfaces/thermal/2.0/vts/functional/
H A DVtsHalThermalV2_0TargetTest.cpp244 for (int i = 0; i <= static_cast<int>(CoolingType::COMPONENT); ++i) { in TEST_P()
/aosp12/hardware/interfaces/tv/input/1.0/
H A Dtypes.hal37 COMPONENT = 6,
/aosp12/frameworks/proto_logging/stats/enums/os/
H A Denums.proto137 COMPONENT = 6; enumerator

12