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

  /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
Classifier.java 17 package com.android.incallui.answer.impl.classifier;
23 abstract class Classifier {
25 /** Contains all the information about touch events from which the classifier can query */
28 /** Informs the classifier that a new touch event has occurred */
31 /** Informs the classifier that a sensor change occurred */
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
Classifier.java 17 package com.android.systemui.classifier;
25 public abstract class Classifier {
36 * Contains all the information about touch events from which the classifier can query
41 * Informs the classifier that a new touch event has occurred
47 * Informs the classifier that a sensor change occurred
  /external/libnl/python/netlink/route/
tc.py 476 return Classifier(obj)
481 class Classifier(Tc):
482 """Classifier"""
503 return Classifier(obj)
530 buf = fmt.format(self.brief('classifier', nodev, noparent))

Completed in 640 milliseconds