Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DRemoteBugreportManager.java70 private static final String CTL_STOP = "ctl.stop"; field in RemoteBugreportManager
270 mInjector.systemPropertiesSet(CTL_STOP, REMOTE_BUGREPORT_SERVICE); in onBugreportFailed()
294 mInjector.systemPropertiesSet(CTL_STOP, in onBugreportSharingDeclined()
/aosp14/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbService.java86 static final String CTL_STOP = "ctl.stop"; field in AdbService
485 SystemProperties.set(CTL_STOP, ADBD); in stopAdbd()