Searched defs:Filter (Results 1 - 4 of 4) sorted by relevance

/packages/apps/TV/src/com/android/tv/util/
H A DFilter.java22 public interface Filter<T> { interface
/packages/apps/Dialer/java/com/android/dialer/enrichedcall/
H A DEnrichedCallManager.java137 * #getSession(String, String, Filter)} to retrieve the new state.
157 Session getSession(@NonNull String uniqueCallId, @NonNull String number, @Nullable Filter filter);
174 Filter createIncomingCallComposerFilter();
177 Filter createOutgoingCallComposerFilter();
310 interface Filter { interface in interface:EnrichedCallManager
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlDocument.java892 * Filter is like Visitor, except it implies that the nodes may be changed,
894 * over. A Filter can behave just like a Visitor if it merely returns the
901 public static interface Filter { interface in class:HtmlDocument
922 * Like Filter, except each node may be replaced by multiple nodes. Also,
947 * Converts a normal {@link Filter} into a {@link MultiplexFilter}.
951 private final Filter filter;
953 public MultiplexFilterAdapter(Filter filter) {
990 * Like Filter, except each node may be replaced by multiple nodes. Also,
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 184 milliseconds