Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DRemoteBugreportUtils.java54 static final String CTL_STOP = "ctl.stop"; field in RemoteBugreportUtils
DDevicePolicyManagerService.java6215 mInjector.systemPropertiesSet(RemoteBugreportUtils.CTL_STOP, in onBugreportFailed()
6248 mInjector.systemPropertiesSet(RemoteBugreportUtils.CTL_STOP, in onBugreportSharingDeclined()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java195 private static final String CTL_STOP = "ctl.stop"; field in BugreportProgressService
589 setSystemProperty(CTL_STOP, BUGREPORT_SERVICE); in cancel()