Searched refs:stopAction (Results 1 – 2 of 2) sorted by relevance
388 @Action int stopAction = ACTION_DISABLED; in getMainAction() local391 stopAction = ACTION_PAUSE; in getMainAction()393 stopAction = ACTION_STOP; in getMainAction()405 return stopAction; in getMainAction()
285 Notification.Action stopAction = new Notification.Action.Builder( in createRecordingNotification() local297 .addAction(stopAction) in createRecordingNotification()