Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/processing/
DProcessingService.java68 } else if (intent.getAction() == ACTION_RESUME_PROCESSING_SERVICE) { in onReceive()
87 public static final String ACTION_RESUME_PROCESSING_SERVICE = field in ProcessingService
114 intentFilter.addAction(ACTION_RESUME_PROCESSING_SERVICE); in onCreate()