Home
last modified time | relevance | path

Searched defs:persistedState (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Permission/tests/apex/java/com/android/permission/persistence/
DRuntimePermissionsPersistenceTest.kt88 val persistedState = persistence.readForUser(user) in testWriteRead() constant
101 val persistedState = persistence.readForUser(user) in testWriteCorruptReadFromReserveCopy() constant
110 val persistedState = persistence.readForUser(user) in testDelete() constant
/packages/modules/Permission/tests/apex/java/com/android/role/persistence/
DRolesPersistenceTest.kt90 val persistedState = persistence.readForUser(user) in testWriteRead() constant
101 val persistedState = persistence.readForUser(user) in testWriteCorruptReadFromReserveCopy() constant
110 val persistedState = persistence.readForUser(user) in testDelete() constant
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothPowerPolicyTest.java178 private void persistBluetoothSetting(int persistedState) { in persistBluetoothSetting()
180 persistedState); in persistBluetoothSetting() local
DBluetoothDeviceConnectionPolicyTest.java215 private void persistBluetoothSetting(int persistedState) { in persistBluetoothSetting()
217 persistedState); in persistBluetoothSetting() local