Searched refs:VDEBUG (Results 1 - 2 of 2) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
H A DAccelerometerListener.java36 private static final boolean VDEBUG = false; field in class:AccelerometerListener
116 if (VDEBUG) Log.d(TAG, "onSensorEvent(" + x + ", " + y + ", " + z + ")");
129 if (VDEBUG) Log.d(TAG, "angle: " + angle + " orientation: " + orientation);
/packages/services/Telephony/src/com/android/phone/
H A DAccelerometerListener.java36 private static final boolean VDEBUG = false; field in class:AccelerometerListener
116 if (VDEBUG) Log.d(TAG, "onSensorEvent(" + x + ", " + y + ", " + z + ")");
129 if (VDEBUG) Log.d(TAG, "angle: " + angle + " orientation: " + orientation);

Completed in 204 milliseconds