Home
last modified time | relevance | path

Searched refs:CTL_STOP (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DRemoteBugreportManager.java67 private static final String CTL_STOP = "ctl.stop"; field in RemoteBugreportManager
257 mInjector.systemPropertiesSet(CTL_STOP, REMOTE_BUGREPORT_SERVICE); in onBugreportFailed()
283 mInjector.systemPropertiesSet(CTL_STOP, in onBugreportSharingDeclined()
/aosp12/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbService.java82 static final String CTL_STOP = "ctl.stop"; field in AdbService
444 SystemProperties.set(CTL_STOP, ADBD); in stopAdbd()