| /cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
| D | ScanFilterTest.java | 116 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()
|
| D | TransportBlockFilterTest.java | 80 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/ |
| D | IntentFilterTest.java | 91 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/ |
| D | BroadcastDeliveryGroupTest.java | 43 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
|
| D | BroadcastDeferralTest.java | 71 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/ |
| D | ColorMatrixColorFilterTest.java | 43 ColorMatrixColorFilter filter; in testColorMatrixColorFilter() local 106 ColorMatrixColorFilter filter = new ColorMatrixColorFilter(new ColorMatrix()); in testGetColorMatrix() local
|
| D | LightingColorFilterTest.java | 96 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/ |
| D | ExpectedFailuresFilterAnnotationCheckerTest.java | 50 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/ |
| D | BroadcastsTest.java | 68 (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/ |
| D | CallbackAsserter.java | 65 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/ |
| D | TestNgRunner.java | 78 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/ |
| D | BlendModeColorFilterTest.java | 79 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/ |
| D | TestAppHelper.java | 39 IntentFilter filter) { in registerTestCaseReceiver() 48 IntentFilter filter, boolean forDeviceOwner) { in registerTestCaseReceiver()
|
| /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
| D | PersistentIntentResolvingTest.java | 36 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/ |
| D | StaticSharedLibsTests.java | 172 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
|
| D | StaticSharedLibsMultiUserTests.java | 104 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/ |
| D | EventLogsQuery.java | 67 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/ |
| D | QueryableSetQuery.java | 38 G filter(); in filter() method
|
| /cts/common/device-side/nativetesthelper/src/com/android/gtestrunner/ |
| D | GtestRunner.java | 68 public void filter(Filter filter) throws NoTestsRemainException { in filter() argument
|
| /cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
| D | MultiWindowFullscreenActivity.java | 48 final IntentFilter filter = new IntentFilter(); in onStart() local
|
| /cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/logcat/ |
| D | BlockingLogcatListener.java | 28 BlockingLogcatListener(Predicate<String> filter) { in BlockingLogcatListener()
|
| /cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/ |
| D | LaunchIntoPipActivity.java | 46 IntentFilter filter = new IntentFilter(); in onCreate() local
|
| /cts/tests/framework/base/windowmanager/backgroundactivity/AppB/src/android/server/wm/backgroundactivity/appb/ |
| D | ForegroundActivity.java | 66 IntentFilter filter = new IntentFilter(); in onCreate() local
|
| /cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21091/src/android/security/cts/CVE_2023-21091/ |
| D | DeviceTest.java | 61 IntentFilter filter = new IntentFilter(context.getString(R.string.broadcastAction)); in testPocCVE_2023_21091() local
|
| /cts/hostsidetests/wifibroadcasts/app/src/android/wifibroadcasts/app/ |
| D | WifiBroadcastsDeviceActivity.java | 52 final IntentFilter filter = new IntentFilter(); in onCreate() local
|