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.java144 import com.google.common.logging.eventprotos.ForegroundEvent.ForegroundSource;
1694 source = ForegroundSource.UNKNOWN_SOURCE; in onResume()
1698 source = ForegroundSource.ACTION_IMAGE_CAPTURE; in onResume()
1702 source = ForegroundSource.ACTION_STILL_IMAGE_CAMERA; in onResume()
1706 source = ForegroundSource.ACTION_VIDEO_CAMERA; in onResume()
1709 source = ForegroundSource.ACTION_VIDEO_CAPTURE; in onResume()
1713 source = ForegroundSource.ACTION_STILL_IMAGE_CAMERA_SECURE; in onResume()
1716 source = ForegroundSource.ACTION_IMAGE_CAPTURE_SECURE; in onResume()
1719 source = ForegroundSource.ACTION_MAIN; in onResume()
1722 source = ForegroundSource.UNKNOWN_SOURCE; in onResume()
/packages/apps/Camera2/src_pd/com/google/common/logging/
Deventprotos.java61 public class ForegroundSource { class in eventprotos.ForegroundEvent