HomeSort by relevance Sort by last modified time
    Searched defs:FalsingManager (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
FalsingManager.java 33 public class FalsingManager implements SensorEventListener {
46 public FalsingManager(Context context) {
53 /** Returns {@code true} iff the FalsingManager is enabled and able to classify touches */
134 Trace.beginSection("FalsingManager.registerSensors");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
FalsingManager.java 49 public class FalsingManager implements SensorEventListener {
73 private static FalsingManager sInstance = null;
92 private FalsingManager(Context context) {
109 public static FalsingManager getInstance(Context context) {
111 sInstance = new FalsingManager(context);

Completed in 92 milliseconds