Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DUidRecord.java329 boolean isSetAllowListed() { in isSetAllowListed() method in UidRecord
DOomAdjuster.java1502 || uidRec.isSetAllowListed() != uidRec.isCurAllowListed() in updateUidsLSP()
1511 + ", allowlist from " + uidRec.isSetAllowListed() in updateUidsLSP()
1523 || uidRec.isSetAllowListed() in updateUidsLSP()
1591 if (uidRec.isSetAllowListed()) { in updateUidsLSP()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DMockingOomAdjusterTests.java2884 assertEquals(true, app.getUidRecord().isSetAllowListed()); in testSetUidTempAllowlistState()
2889 assertEquals(false, app.getUidRecord().isSetAllowListed()); in testSetUidTempAllowlistState()
2911 assertEquals(true, app.getUidRecord().isSetAllowListed()); in testSetUidTempAllowlistState_multipleAllowlistClients()
2912 assertEquals(true, app2.getUidRecord().isSetAllowListed()); in testSetUidTempAllowlistState_multipleAllowlistClients()
2919 assertEquals(false, app.getUidRecord().isSetAllowListed()); in testSetUidTempAllowlistState_multipleAllowlistClients()
2920 assertEquals(true, app2.getUidRecord().isSetAllowListed()); in testSetUidTempAllowlistState_multipleAllowlistClients()
2927 assertEquals(false, app.getUidRecord().isSetAllowListed()); in testSetUidTempAllowlistState_multipleAllowlistClients()
2928 assertEquals(false, app2.getUidRecord().isSetAllowListed()); in testSetUidTempAllowlistState_multipleAllowlistClients()
/frameworks/base/services/
Dart-wear-profile7224 HPLcom/android/server/am/UidRecord;->isSetAllowListed()Z