Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java166 import com.google.common.logging.eventprotos.ForegroundEvent.ForegroundSource;
2027 source = ForegroundSource.UNKNOWN_SOURCE; in resume()
2031 source = ForegroundSource.ACTION_IMAGE_CAPTURE; in resume()
2035 source = ForegroundSource.ACTION_STILL_IMAGE_CAMERA; in resume()
2039 source = ForegroundSource.ACTION_VIDEO_CAMERA; in resume()
2042 source = ForegroundSource.ACTION_VIDEO_CAPTURE; in resume()
2046 source = ForegroundSource.ACTION_STILL_IMAGE_CAMERA_SECURE; in resume()
2049 source = ForegroundSource.ACTION_IMAGE_CAPTURE_SECURE; in resume()
2052 source = ForegroundSource.ACTION_MAIN; in resume()
2055 source = ForegroundSource.UNKNOWN_SOURCE; in resume()
/packages/apps/Camera2/src_pd/com/google/common/logging/
Deventprotos.java64 public class ForegroundSource { class in eventprotos.ForegroundEvent