Home
last modified time | relevance | path

Searched defs:filters (Results 1 – 25 of 87) sorted by relevance

1234

/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/util/
H A DContactUtilTest.java178 final String[] filters = new String[] { "650123", "650-123", "(650)123", "650 123" }; in ingoredTestFilterPhonesByPartialNumber() local
199 final String[] filters = new String[] { in ingoredTestFilterPhonesByFullNumber() local
219 final String[] filters = new String[] { in ingoredTestLookupPhoneWithAreaCode() local
239 final String[] filters = new String[] { in ingoredTestLookupPhoneWithoutAreaCode() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanClient.java38 public List<ScanFilter> filters; field in ScanClient
61 ScanClient(int scannerId, ScanSettings settings, List<ScanFilter> filters) { in ScanClient()
65 ScanClient(int scannerId, ScanSettings settings, List<ScanFilter> filters, in ScanClient()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DCacheProcessing.java70 public static Vector<CacheStep> buildSteps(Vector<FilterRepresentation> filters) { in buildSteps()
132 Vector<FilterRepresentation> filters, in process()
273 private void displayFilters(Vector<FilterRepresentation> filters) { in displayFilters()
282 private void displaySteps(Vector<CacheStep> filters) { in displaySteps()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DAuxiliaryResolveInfo.java48 public final List<AuxiliaryFilter> filters; field in AuxiliaryResolveInfo
56 @Nullable List<AuxiliaryFilter> filters, in AuxiliaryResolveInfo()
69 @Nullable List<AuxiliaryFilter> filters) { in AuxiliaryResolveInfo()
H A DInstantAppResolveInfo.java87 @Nullable List<InstantAppIntentFilter> filters, int versionCode) { in InstantAppResolveInfo()
93 @Nullable List<InstantAppIntentFilter> filters, long versionCode, in InstantAppResolveInfo()
100 @Nullable List<InstantAppIntentFilter> filters) { in InstantAppResolveInfo()
114 @Nullable List<InstantAppIntentFilter> filters, long versionCode, in InstantAppResolveInfo()
H A DInstantAppIntentFilter.java39 public InstantAppIntentFilter(@Nullable String splitName, @NonNull List<IntentFilter> filters) { in InstantAppIntentFilter()
/aosp12/frameworks/base/core/java/android/bluetooth/le/
H A DBluetoothLeScanner.java152 public void startScan(List<ScanFilter> filters, ScanSettings settings, in startScan()
184 public int startScan(@Nullable List<ScanFilter> filters, @Nullable ScanSettings settings, in startScan()
232 public void startScanFromSource(List<ScanFilter> filters, ScanSettings settings, in startScanFromSource()
238 private int startScan(List<ScanFilter> filters, ScanSettings settings, in startScan()
409 List<ScanFilter> filters, ScanSettings settings, in BleScanCallbackWrapper()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DMimeTypes.java157 public static boolean mimeMatches(String[] filters, String[] tests) { in mimeMatches()
181 public static boolean mimeMatches(String[] filters, String test) { in mimeMatches()
/aosp12/frameworks/av/services/mediaresourcemanager/aidl/android/media/
H A DIResourceObserverService.aidl40 in MediaObservableFilter[] filters); in registerObserver()
/aosp12/frameworks/av/services/mediaresourcemanager/aidl_api/resourceobserver_aidl_interface/1/android/media/
H A DIResourceObserverService.aidl37 …rObserver(android.media.IResourceObserver observer, in android.media.MediaObservableFilter[] filte… in registerObserver()
/aosp12/frameworks/av/services/mediaresourcemanager/aidl_api/resourceobserver_aidl_interface/current/android/media/
H A DIResourceObserverService.aidl21 …rObserver(android.media.IResourceObserver observer, in android.media.MediaObservableFilter[] filte… in registerObserver()
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java351 Filter[] filters = currentFilters(); in onStep() local
394 Filter[] filters = graph.getAllFilters(); in loadFilters() local
407 Filter[] filters = graph.getAllFilters(); in closeFilters() local
439 public void prepare(Filter[] filters); in prepare()
454 public void prepare(Filter[] filters) { in prepare()
488 public void prepare(Filter[] filters) { in prepare()
517 public void prepare(Filter[] filters) { in prepare()
/aosp12/frameworks/base/startop/scripts/iorap/
H A Dcompiler_ri.py103 def is_filename_matching_filter(file_name, filters=[]): argument
116 def build_protobuf(page_runs, inode2filename, filters=[]): argument
/aosp12/system/bt/service/test/
H A Dlow_energy_scanner_unittest.cc77 void ScanFilterAdd(int filter_index, std::vector<ApcfCommand> filters, in ScanFilterAdd()
277 std::vector<ScanFilter> filters; in TEST_F() local
327 std::vector<ScanFilter> filters; in TEST_F() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DAccountFilterActivity.java77 final List<ContactListFilter> filters = new ArrayList<>(); in onCreate() local
144 Context context, List<ContactListFilter> filters, int current) { in FilterListAdapter()
/aosp12/build/soong/cmd/diff_target_files/
H A Ddiff_target_files.go28filters = newMultiString("filter", "filter patterns to apply to files in target-files.zip before c… var
/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothLeScanner.aidl30 in ScanFilter[] filters); in StartScan()
/aosp12/frameworks/av/services/mediaresourcemanager/
H A DResourceObserverService.h65 std::vector<MediaObservableFilter> filters; member
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/managedomainurls/
H A DDomainUrlsUtils.java59 List<IntentFilter> filters = pm.getAllIntentFilters(packageName); in getHandledDomains() local
/aosp12/frameworks/av/media/codec2/hidl/plugin/
H A DFilterWrapper.cpp48 std::vector<FilterWrapper::Component> &&filters, in WrappedDecoderInterface()
56 void takeFilters(std::vector<FilterWrapper::Component> &&filters) { in takeFilters()
462 std::vector<FilterWrapper::Component> &&filters, in WrappedDecoder()
530 std::vector<FilterWrapper::Component> filters; in start() local
753 const std::vector<FilterWrapper::Component> &filters, in setListenerInternal()
831 std::vector<FilterWrapper::Component> filters; in createFilters() local
921 std::vector<Component> filters = createFilters(); in maybeWrapComponent() local
/aosp12/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/bluetooth/
H A DUtf8ByteLengthFilterTest.java33 InputFilter[] filters = {lengthFilter}; in testFilter() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DBaseFiltersManager.java44 Vector<Class> filters = new Vector<Class>(); in init() local
110 protected void addFilterClasses(Vector<Class> filters) { in addFilterClasses()
/aosp12/frameworks/base/core/java/android/content/
H A DMimeTypeFilter.java94 @Nullable String mimeType, @NonNull String[] filters) { in matches()
/aosp12/frameworks/base/tools/aapt2/optimize/
H A DMultiApkGenerator.cpp136 FilterChain filters; in FromBaseApk() local
222 FilterChain* filters) { in FilterTable()
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
H A DUtf8ByteLengthFilterTest.java80 InputFilter[] filters = {lengthFilter}; in exerciseFilter() local

1234