Searched refs:systemPropertiesSet (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | RemoteBugreportManager.java | 270 mInjector.systemPropertiesSet(CTL_STOP, REMOTE_BUGREPORT_SERVICE); in onBugreportFailed() 294 mInjector.systemPropertiesSet(CTL_STOP, in onBugreportSharingDeclined()
|
H A D | DevicePolicyManagerService.java | 1892 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 D | RecoverySystemServiceTestable.java | 65 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 D | RecoverySystemService.java | 284 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 D | DevicePolicyManagerServiceTestable.java | 330 void systemPropertiesSet(String key, String value) { in systemPropertiesSet() method in DevicePolicyManagerServiceTestable.MockInjector
|