Home | History | Annotate | Download | only in accessibilityservice

Lines Matching refs:DEFAULT

171      * If an {@link AccessibilityService} is the default for a given type.
172 * Default service is invoked only if no package specific one exists. In case of
175 public static final int DEFAULT = 0x0000001;
261 * useful for UI test automation. This flag is not set by default.
350 * @see #DEFAULT
844 * {@link #DEFAULT} is represented by the string DEFAULT.
851 case DEFAULT:
852 return "DEFAULT";
863 default:
886 default: