Home
last modified time | relevance | path

Searched refs:systemPropertiesSet (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DRemoteBugreportManager.java270 mInjector.systemPropertiesSet(CTL_STOP, REMOTE_BUGREPORT_SERVICE); in onBugreportFailed()
294 mInjector.systemPropertiesSet(CTL_STOP, in onBugreportSharingDeclined()
H A DDevicePolicyManagerService.java1892 void systemPropertiesSet(String key, String value) { in systemPropertiesSet() method in Injector
2721 mInjector.systemPropertiesSet(PROPERTY_ORGANIZATION_OWNED, value); in setDeviceOwnershipSystemPropertyLocked()
24007 mInjector.systemPropertiesSet(memtagProperty, "memtag");
24009 mInjector.systemPropertiesSet(memtagProperty, "memtag-off");
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/
H A DRecoverySystemServiceTestable.java65 public void systemPropertiesSet(String key, String value) { in systemPropertiesSet() method in RecoverySystemServiceTestable.MockInjector
/aosp14/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemService.java284 public void systemPropertiesSet(String key, String value) { in systemPropertiesSet() method in RecoverySystemService.Injector
447 mInjector.systemPropertiesSet("ctl.start", "uncrypt"); in uncrypt()
1063 mInjector.systemPropertiesSet("ctl.start", "setup-bcb"); in setupOrClearBcb()
1065 mInjector.systemPropertiesSet("ctl.start", "clear-bcb"); in setupOrClearBcb()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceTestable.java330 void systemPropertiesSet(String key, String value) { in systemPropertiesSet() method in DevicePolicyManagerServiceTestable.MockInjector