Searched refs:ForegroundSource (Results 1 – 2 of 2) sorted by relevance
166 import com.google.common.logging.eventprotos.ForegroundEvent.ForegroundSource;2020 source = ForegroundSource.UNKNOWN_SOURCE; in resume()2024 source = ForegroundSource.ACTION_IMAGE_CAPTURE; in resume()2028 source = ForegroundSource.ACTION_STILL_IMAGE_CAMERA; in resume()2032 source = ForegroundSource.ACTION_VIDEO_CAMERA; in resume()2035 source = ForegroundSource.ACTION_VIDEO_CAPTURE; in resume()2039 source = ForegroundSource.ACTION_STILL_IMAGE_CAMERA_SECURE; in resume()2042 source = ForegroundSource.ACTION_IMAGE_CAPTURE_SECURE; in resume()2045 source = ForegroundSource.ACTION_MAIN; in resume()2048 source = ForegroundSource.UNKNOWN_SOURCE; in resume()
64 public class ForegroundSource { class in eventprotos.ForegroundEvent