Searched refs:MAX_GRAVITY (Results 1 – 1 of 1) sorted by relevance
97 private static final double MAX_GRAVITY = SensorManager.GRAVITY_EARTH + 1.0f; field in WirelessChargerDetector350 if (mag1 < MIN_GRAVITY || mag1 > MAX_GRAVITY in hasMoved()351 || mag2 < MIN_GRAVITY || mag2 > MAX_GRAVITY) { in hasMoved()