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/role/persistence/
DRolesPersistenceTest.kt81 val persistedState = persistence.readForUser(user) in testReadWrite() constant
93 val persistedState = persistence.readForUser(user) in testDelete() constant
/packages/modules/Permission/tests/apex/java/com/android/permission/persistence/
DRuntimePermissionsPersistenceTest.kt85 val persistedState = persistence.readForUser(user) in testReadWrite() constant
102 val persistedState = persistence.readForUser(user) in testDelete() constant
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothPowerPolicyTest.java188 private void persistBluetoothSetting(int persistedState) { in persistBluetoothSetting()
190 persistedState); in persistBluetoothSetting() local
DBluetoothDeviceConnectionPolicyTest.java234 private void persistBluetoothSetting(int persistedState) { in persistBluetoothSetting()
236 persistedState); in persistBluetoothSetting() local