Searched refs:updateForegroundState (Results 1 – 2 of 2) sorted by relevance
61 updateForegroundState(null, null); in onStartCommand()68 return updateForegroundState(ids, notifications) ? START_STICKY : START_NOT_STICKY; in onStartCommand()77 private boolean updateForegroundState( in updateForegroundState() method in MtpDocumentsService
290 updateForegroundState(record.job); in handleCancel()411 updateForegroundState(job); in onFinished()427 private void updateForegroundState(Job job) { in updateForegroundState() method in FileOperationService