Searched refs:COMMAND_STOP_SELF (Results 1 – 4 of 4) sorted by relevance
48 public static final int COMMAND_STOP_SELF = 4; field in LocalForegroundServiceBase106 case COMMAND_STOP_SELF: in onStartCommand()
54 public static final int COMMAND_STOP_SELF = 8; field in LocalForegroundService198 case COMMAND_STOP_SELF: in handleMessage()
378 LocalForegroundServiceBase.COMMAND_STOP_SELF); in stopService()
1793 msg.what = LocalForegroundService.COMMAND_STOP_SELF; in testServiceDoneLRUPosition()