Home
last modified time | relevance | path

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

/packages/apps/Camera2/src_pd/com/google/common/logging/
Deventprotos.java64 public class ForegroundSource { class in eventprotos.ForegroundEvent
/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java164 import com.google.common.logging.eventprotos.ForegroundEvent.ForegroundSource;
1987 source = ForegroundSource.UNKNOWN_SOURCE; in resume()
1991 source = ForegroundSource.ACTION_IMAGE_CAPTURE; in resume()
1995 source = ForegroundSource.ACTION_STILL_IMAGE_CAMERA; in resume()
1999 source = ForegroundSource.ACTION_VIDEO_CAMERA; in resume()
2002 source = ForegroundSource.ACTION_VIDEO_CAPTURE; in resume()
2006 source = ForegroundSource.ACTION_STILL_IMAGE_CAMERA_SECURE; in resume()
2009 source = ForegroundSource.ACTION_IMAGE_CAPTURE_SECURE; in resume()
2012 source = ForegroundSource.ACTION_MAIN; in resume()
2015 source = ForegroundSource.UNKNOWN_SOURCE; in resume()