Searched refs:isSetAllowListed (Results 1 – 4 of 4) sorted by relevance
329 boolean isSetAllowListed() { in isSetAllowListed() method in UidRecord
1502 || uidRec.isSetAllowListed() != uidRec.isCurAllowListed() in updateUidsLSP()1511 + ", allowlist from " + uidRec.isSetAllowListed() in updateUidsLSP()1523 || uidRec.isSetAllowListed() in updateUidsLSP()1591 if (uidRec.isSetAllowListed()) { in updateUidsLSP()
2884 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()
7224 HPLcom/android/server/am/UidRecord;->isSetAllowListed()Z