Home
last modified time | relevance | path

Searched defs:filter (Results 1 – 25 of 248) sorted by relevance

12345678910

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DScanFilterTest.java116 ScanFilter filter = mFilterBuilder.setDeviceName(LOCAL_NAME).build(); in testSetNameFilter() local
127 ScanFilter filter = mFilterBuilder.setDeviceAddress(DEVICE_MAC).build(); in testDeviceAddressFilter() local
138 ScanFilter filter = mFilterBuilder.setServiceUuid( in testSetServiceUuidFilter() local
160 ScanFilter filter = mFilterBuilder.setServiceSolicitationUuid( in testSetServiceSolicitationUuidFilter() local
184 ScanFilter filter = mFilterBuilder.setServiceData(serviceDataUuid, setServiceData).build(); in testSetServiceDataFilter() local
216 ScanFilter filter = in testSetManufacturerSpecificData() local
252 ScanFilter filter = mFilterBuilder.setAdvertisingDataTypeWithData( in testSetAdvertisingDataTypeWithData() local
269 ScanFilter filter = mFilterBuilder.build(); in testReadWriteParcel() local
347 final ScanFilter filter = mFilterBuilder in testBuilderSetTransportBlockFilter() local
360 private void testReadWriteParcelForFilter(ScanFilter filter) { in testReadWriteParcelForFilter()
DTransportBlockFilterTest.java80 TransportBlockFilter filter = new TransportBlockFilter.Builder( in testEmptyTransportBlockFilterFromBuilder() local
93 TransportBlockFilter filter = new TransportBlockFilter.Builder( in testCreateTransportBlockFilterFromBuilder() local
109 TransportBlockFilter filter = new TransportBlockFilter.Builder( in testCreateWifiNanTransportBlockFilterFromBuilder() local
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java91 IntentFilter filter = new IntentFilter(); in testConstructor() local
117 private void verifyContent(IntentFilter filter, String action, String dataType) { in verifyContent()
150 IntentFilter filter = new Match(null, new String[]{"category1"}, null, null, null, null); in testCategories() local
176 IntentFilter filter = new Match(null, null, new String[]{"which1/what1"}, null, null, in testMimeTypes() local
232 IntentFilter filter = new Match() in testDynamicMimeTypes() local
290 IntentFilter filter = new Match() in testClearDynamicMimeTypesWithStaticType() local
319 IntentFilter filter = new Match() in testClearDynamicMimeTypesWithAction() local
364 IntentFilter filter = new Match(null, null, null, new String[]{"scheme1"}, null, null); in testDataSchemes() local
379 IntentFilter filter = IntentFilter.create(ACTION, DATA_STATIC_TYPE); in testCreate() local
386 IntentFilter filter = new Match(null, null, null, new String[]{"scheme"}, in testSchemeSpecificParts() local
[all …]
/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/
DBroadcastDeliveryGroupTest.java43 final IntentFilter filter = new IntentFilter(TEST_ACTION1); in testDeliveryGroupPolicy_policyAll() local
73 final IntentFilter filter = new IntentFilter(TEST_ACTION1); in testDeliveryGroupPolicy_withForceDelay_policyAll() local
107 final IntentFilter filter = new IntentFilter(TEST_ACTION1); in testDeliveryGroupPolicy_policyMostRecent() local
140 final IntentFilter filter = new IntentFilter(TEST_ACTION1); in testDeliveryGroupPolicy_withForceDelay_policyMostRecent() local
173 final IntentFilter filter = new IntentFilter(testAction); in initializeQueue() local
DBroadcastDeferralTest.java71 final IntentFilter filter = new IntentFilter(TEST_ACTION1); in testFgBroadcastDeliveryToFrozenApp_withDeferUntilActive() local
136 final IntentFilter filter = new IntentFilter(TEST_ACTION1); in testFgBroadcastDeliveryToFrozenApp() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DColorMatrixColorFilterTest.java43 ColorMatrixColorFilter filter; in testColorMatrixColorFilter() local
106 ColorMatrixColorFilter filter = new ColorMatrixColorFilter(new ColorMatrix()); in testGetColorMatrix() local
DLightingColorFilterTest.java96 LightingColorFilter filter = new LightingColorFilter(Color.WHITE, Color.BLACK); in testGetColorAdd() local
106 LightingColorFilter filter = new LightingColorFilter(Color.WHITE, Color.BLACK); in testGetColorMultiply() local
/cts/tests/signature/tests/src/android/signature/cts/tests/
DExpectedFailuresFilterAnnotationCheckerTest.java50 ResultObserver filter = new ExpectedFailuresFilter(observer, Arrays.asList( in testIgnoreExpectedFailures_TestPasses() local
74 ResultObserver filter = new ExpectedFailuresFilter(observer, Arrays.asList( in testIgnoreExpectedFailures_TestStillFails() local
/cts/tests/tests/background/src/android/app/cts/backgroundrestrictions/
DBroadcastsTest.java68 (filter, callback) -> { in testNonSupportedBroadcastsNotDelivered_runtimeReceiver() argument
96 (filter, callback) -> { in testNonSupportedBroadcastsNotDelivered_manifestReceiver() argument
130 final IntentFilter filter = new IntentFilter(); in testNonSupportedBroadcastsNotDelivered() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCallbackAsserter.java65 public static CallbackAsserter forBroadcast(IntentFilter filter) { in forBroadcast()
72 public static CallbackAsserter forBroadcast(IntentFilter filter, Predicate<Intent> checker) { in forBroadcast()
93 BroadcastAsserter(IntentFilter filter, Predicate<Intent> checker) { in BroadcastAsserter()
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/support/
DTestNgRunner.java78 public void filter(Filter filter) throws NoTestsRemainException { in filter() method in TestNgRunner
160 private static Description filterDescription(Description desc, Filter filter) { in filterDescription()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DBlendModeColorFilterTest.java79 BlendModeColorFilter filter = new BlendModeColorFilter(mFilterColor, mMode); in draw() local
112 BlendModeColorFilter filter = new BlendModeColorFilter(Color.CYAN, BlendMode.SOFT_LIGHT); in testBlendModeColorFilterGetMode() local
118 BlendModeColorFilter filter = new BlendModeColorFilter(Color.MAGENTA, BlendMode.HARD_LIGHT); in testBlendModeColorFilterGetColor() local
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DTestAppHelper.java39 IntentFilter filter) { in registerTestCaseReceiver()
48 IntentFilter filter, boolean forDeviceOwner) { in registerTestCaseReceiver()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DPersistentIntentResolvingTest.java36 IntentFilter filter = new IntentFilter(); in setUp() local
121 IntentFilter filter = new IntentFilter(); in addPersistentPreferredActivity() local
/cts/hostsidetests/os/test-apps/StaticSharedLibTestApp/src/android/os/lib/app/
DStaticSharedLibsTests.java172 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED); in testStaticSharedLibInstall_broadcastReceived() local
193 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED); in testStaticSharedLibInstall_incorrectInstallerPkgName_broadcastNotReceived() local
213 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED); in testStaticSharedLibUninstall_broadcastReceived() local
235 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED); in testStaticSharedLibUninstall_incorrectInstallerPkgName_broadcastNotReceived() local
DStaticSharedLibsMultiUserTests.java104 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED); in testStaticSharedLibInstallOnSecondaryUser_broadcastReceivedByAllUsers() local
135 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED); in testStaticSharedLibUninstallOnAllUsers_broadcastReceivedByAllUsers() local
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/
DEventLogsQuery.java67 public F filter(Function<E, Boolean> filter) { in filter() argument
88 protected abstract boolean filter(E event); in filter() method in EventLogsQuery
/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/collections/
DQueryableSetQuery.java38 G filter(); in filter() method
/cts/common/device-side/nativetesthelper/src/com/android/gtestrunner/
DGtestRunner.java68 public void filter(Filter filter) throws NoTestsRemainException { in filter() argument
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DMultiWindowFullscreenActivity.java48 final IntentFilter filter = new IntentFilter(); in onStart() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/logcat/
DBlockingLogcatListener.java28 BlockingLogcatListener(Predicate<String> filter) { in BlockingLogcatListener()
/cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
DLaunchIntoPipActivity.java46 IntentFilter filter = new IntentFilter(); in onCreate() local
/cts/tests/framework/base/windowmanager/backgroundactivity/AppB/src/android/server/wm/backgroundactivity/appb/
DForegroundActivity.java66 IntentFilter filter = new IntentFilter(); in onCreate() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21091/src/android/security/cts/CVE_2023-21091/
DDeviceTest.java61 IntentFilter filter = new IntentFilter(context.getString(R.string.broadcastAction)); in testPocCVE_2023_21091() local
/cts/hostsidetests/wifibroadcasts/app/src/android/wifibroadcasts/app/
DWifiBroadcastsDeviceActivity.java52 final IntentFilter filter = new IntentFilter(); in onCreate() local

12345678910