Searched refs:getApiLevel (Results 1 – 4 of 4) sorted by relevance
37 return device.getApiLevel() >= 30; in isDeviceAtLeastR()45 return device.getApiLevel() >= 31 || isDeviceAtLeastPreReleaseCodename("S"); in isDeviceAtLeastS()
167 public int getApiLevel() { in getApiLevel() method in CameraSessionStats
149 uint32_t getApiLevel() const { in getApiLevel() function
443 + " API Level " + cameraState.getApiLevel());856 int apiLevel = cameraState.getApiLevel(); in updateActivityCount()