/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
H A D | AppList.java | 26 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 D | AppInfo.java | 33 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 D | PowerUsageFeatureProviderImplTest.java | 71 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 D | PermissionHub2Test.kt | 41 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 D | database.rs | 1318 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 D | MediaControlPanelTest.kt | 67 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 D | start_with_lockagent.sh | 10 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 D | PermissionUsageV2FragmentTest.kt | 53 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 D | types.hal | 148 * 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 D | BatteryStatsHelperTest.java | 106 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 D | seccomp_policy.cpp | 210 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 D | hidden_api_finder.cc | 186 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 D | ApplicationListFragmentTest.java | 55 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 D | Domain.aidl | 38 APP = 0, enumConstant
|
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/ |
H A D | Domain.aidl | 38 APP = 0, enumConstant
|
/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/ |
H A D | Domain.aidl | 23 APP = 0, enumConstant
|
/aosp12/system/sepolicy/prebuilts/api/27.0/public/ |
H A D | isolated_app.te | 5 ### app" is an APP with UID between AID_ISOLATED_START (99000)
|
/aosp12/system/sepolicy/prebuilts/api/28.0/public/ |
H A D | isolated_app.te | 5 ### app" is an APP with UID between AID_ISOLATED_START (99000)
|
/aosp12/system/sepolicy/prebuilts/api/26.0/public/ |
H A D | isolated_app.te | 5 ### app" is an APP with UID between AID_ISOLATED_START (99000)
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | isolated_app.te | 5 ### app" is an APP with UID between AID_ISOLATED_START (99000)
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | isolated_app.te | 5 ### app" is an APP with UID between AID_ISOLATED_START (99000)
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | isolated_app.te | 5 ### app" is an APP with UID between AID_ISOLATED_START (99000)
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | isolated_app.te | 5 ### app" is an APP with UID between AID_ISOLATED_START (99000)
|
/aosp12/system/sepolicy/public/ |
H A D | isolated_app.te | 5 ### app" is an APP with UID between AID_ISOLATED_START (99000)
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | SystemServicePowerCalculator.java | 140 if (app.drainType == BatterySipper.DrainType.APP) { in calculate() 158 if (app.drainType == BatterySipper.DrainType.APP) { in calculate()
|