Home
last modified time | relevance | path

Searched refs:TARGET_UID (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
H A DAppBatteryPreferenceControllerTest.java60 private static final int TARGET_UID = 111; field in AppBatteryPreferenceControllerTest
98 when(mUidBatteryConsumer.getUid()).thenReturn(TARGET_UID); in setUp()
129 assertThat(mController.findTargetUidBatteryConsumer(mBatteryUsageStats, TARGET_UID)) in findTargetBatteryConsumer_findCorrectBatteryConsumer()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/om/
H A DOverlayActorEnforcerTests.kt56 private const val TARGET_UID = NULL_UID + 4
141 allowed("targetUid") { callingUid = TARGET_UID }
401 TARGET_UID -> arrayOf(TARGET_PKG)
/aosp12/frameworks/base/services/core/java/com/android/server/uri/
H A DNeededUriGrants.java41 proto.write(NeededUriGrantsProto.TARGET_UID, targetUid); in dumpDebug()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1201 proto.write(ActivityManagerServiceDumpProcessesProto.PendingTempWhitelist.TARGET_UID, in dumpDebug()