Home
last modified time | relevance | path

Searched refs:APP (Results 1 – 25 of 97) sorted by relevance

1234

/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/
H A DAppList.java26 class AppList<APP extends AppInfo> {
27 private ImmutableList<APP> mAllApps;
28 private ImmutableList<APP> mRegularApps;
34 public ImmutableList<APP> getAllApps() { in getAllApps()
38 public ImmutableList<APP> getRegularApps() { in getRegularApps()
42 public List<APP> findApp(String pkg) { in findApp()
43 List<APP> result = new ArrayList(); in findApp()
44 for (APP app: mRegularApps) { in findApp()
52 public APP findApp(SpecialApp specialApp) { in findApp()
56 public static class Builder<APP extends AppInfo, BUILDER extends AppInfo.Builder<APP>> {
[all …]
H A DAppInfo.java33 abstract static class Builder<APP extends AppInfo> {
39 public abstract APP build(); in build()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
H A DPowerUsageFeatureProviderImplTest.java71 mBatterySipper.drainType = BatterySipper.DrainType.APP; in testIsTypeSystem_uidRoot_returnTrue()
79 mBatterySipper.drainType = BatterySipper.DrainType.APP; in testIsTypeSystem_uidSystem_returnTrue()
87 mBatterySipper.drainType = BatterySipper.DrainType.APP; in testIsTypeSystem_uidMedia_returnTrue()
95 mBatterySipper.drainType = BatterySipper.DrainType.APP; in testIsTypeSystem_appCalendar_returnTrue()
103 mBatterySipper.drainType = BatterySipper.DrainType.APP; in testIsTypeSystem_appMedia_returnTrue()
111 mBatterySipper.drainType = BatterySipper.DrainType.APP; in testIsTypeSystem_appSystemUi_returnTrue()
119 mBatterySipper.drainType = BatterySipper.DrainType.APP; in testIsTypeSystem_uidOther_returnFalse()
127 mBatterySipper.drainType = BatterySipper.DrainType.APP; in testIsTypeSystem_uidObjNull_returnFalse()
/aosp12/packages/modules/Permission/PermissionController/tests/inprocess/src/com/android/permissioncontroller/permission/
H A DPermissionHub2Test.kt41 private val APP = "com.android.permissioncontroller.tests.appthatrequestpermission" regex
79 Intent().setComponent(ComponentName.createRelative(APP, ".DummyActivity"))
84 context.packageManager.getPermissionFlags(CAMERA, APP, myUserHandle()) and
92 OPSTR_CAMERA, context.packageManager.getPackageUid(APP, 0), APP, null, null
/aosp12/system/security/keystore2/src/
H A Ddatabase.rs1318 domain: Domain::APP, in load_super_key()
3569 Domain::APP, in test_remove_expired_certs()
3575 Domain::APP, in test_remove_expired_certs()
3914 domain: Domain::APP, in test_insert_and_load_full_keyentry_domain_app()
3953 domain: Domain::APP, in test_insert_and_load_certificate_entry_domain_app()
3985 domain: Domain::APP, in test_insert_and_load_certificate_entry_domain_app()
4317 domain: Domain::APP, in test_migrate_key_app_to_app()
4324 domain: Domain::APP, in test_migrate_key_app_to_app()
4386 domain: Domain::APP, in test_migrate_key_app_to_selinux()
4456 domain: Domain::APP, in test_migrate_key_destination_occupied()
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
H A DMediaControlPanelTest.kt67 private const val APP = "APP"
213 val state = MediaData(USER_ID, true, BG_COLOR, APP, null, ARTIST, TITLE, null, emptyList(),
222 val state = MediaData(USER_ID, true, BG_COLOR, APP, null, ARTIST, TITLE, null, emptyList(),
232 val state = MediaData(USER_ID, true, BG_COLOR, APP, null, ARTIST, TITLE, null, emptyList(),
245 val state = MediaData(USER_ID, true, BG_COLOR, APP, null, ARTIST, TITLE, null, emptyList(),
257 val state = MediaData(USER_ID, true, BG_COLOR, APP, null, ARTIST, TITLE, null, emptyList(),
268 val state = MediaData(USER_ID, true, BG_COLOR, APP, null, ARTIST, TITLE, null, emptyList(),
326 val state = MediaData(USER_ID, true, BG_COLOR, APP, null, ARTIST, TITLE, null, emptyList(),
340 val state = MediaData(USER_ID, true, BG_COLOR, APP, null, ARTIST, TITLE, null, emptyList(),
354 val state = MediaData(USER_ID, true, BG_COLOR, APP, null, ARTIST, TITLE, null, emptyList(),
/aosp12/frameworks/base/tools/lock_agent/
H A Dstart_with_lockagent.sh10 APP=$1
13 $APP -Xplugin:libopenjdkjvmti.so "-agentpath:liblockagent.so$AGENT_OPTIONS" $@
/aosp12/packages/modules/Permission/PermissionController/tests/inprocess/src/com/android/permissioncontroller/permission/ui/handheld/dashboard/
H A DPermissionUsageV2FragmentTest.kt53 private val APP = "com.android.permissioncontroller.tests.appthatrequestpermission" regex
65 grantPermission(APP, CAMERA)
89 uninstallApp(APP)
/aosp12/hardware/interfaces/camera/device/3.5/
H A Dtypes.hal148 * APP segments blob, which contains JPEG APP1 to APPn (Application Marker)
151 * To capture a JPEG APP segments blob, a stream is created using the pixel format
158 * Similar to JPEG image, the JPEG APP segment images can be of variable size,
159 * so the HAL needs to include the final size of all APP segments using this
163 * The transport header must be at the end of the JPEG APP segments output stream
166 * buffer. The JPEG APP segments data itself starts at the beginning of the
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsHelperTest.java106 mNormalBatterySipper.drainType = BatterySipper.DrainType.APP; in setUp()
115 mSystemBatterySipper.drainType = BatterySipper.DrainType.APP; in setUp()
172 mNormalBatterySipper.drainType = BatterySipper.DrainType.APP; in testShouldHideSipper_TypeSystem_ReturnTrue()
179 mNormalBatterySipper.drainType = BatterySipper.DrainType.APP; in testShouldHideSipper_UidNormal_ReturnFalse()
294 sipper.drainType = BatterySipper.DrainType.APP; in createTestSmearBatterySipper()
/aosp12/bionic/libc/seccomp/
H A Dseccomp_policy.cpp210 APP, enumerator
221 case APP: in _set_seccomp_filter()
274 return _set_seccomp_filter(FilterType::APP); in set_app_seccomp_filter()
/aosp12/art/tools/veridex/
H A Dhidden_api_finder.cc186 if (hidden_api_.GetSignatureSource(name) != SignatureSource::APP && in Dump()
202 if (hidden_api_.GetSignatureSource(name) != SignatureSource::APP && in Dump()
221 if (hidden_api_.GetSignatureSource(full_name) != SignatureSource::APP && in Dump()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
H A DApplicationListFragmentTest.java55 private static final String APP = "APP"; field in ApplicationListFragmentTest
122 apps.add(new UserAppInfo(user, buildInfo(USER_APP_UID, APP, 0, 0))); in buildApplicationList()
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
H A DDomain.aidl38 APP = 0, enumConstant
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
H A DDomain.aidl38 APP = 0, enumConstant
/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
H A DDomain.aidl23 APP = 0, enumConstant
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Disolated_app.te5 ### app" is an APP with UID between AID_ISOLATED_START (99000)
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Disolated_app.te5 ### app" is an APP with UID between AID_ISOLATED_START (99000)
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Disolated_app.te5 ### app" is an APP with UID between AID_ISOLATED_START (99000)
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Disolated_app.te5 ### app" is an APP with UID between AID_ISOLATED_START (99000)
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Disolated_app.te5 ### app" is an APP with UID between AID_ISOLATED_START (99000)
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Disolated_app.te5 ### app" is an APP with UID between AID_ISOLATED_START (99000)
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Disolated_app.te5 ### app" is an APP with UID between AID_ISOLATED_START (99000)
/aosp12/system/sepolicy/public/
H A Disolated_app.te5 ### app" is an APP with UID between AID_ISOLATED_START (99000)
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DSystemServicePowerCalculator.java140 if (app.drainType == BatterySipper.DrainType.APP) { in calculate()
158 if (app.drainType == BatterySipper.DrainType.APP) { in calculate()

1234