Home
last modified time | relevance | path

Searched defs:testFilter (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/
H A DBroadcastDispatcherTest.kt328 val testFilter = IntentFilter() in <lambda>() constant
334 val testFilter = IntentFilter(TEST_ACTION).apply { addDataScheme(TEST_SCHEME) } in <lambda>() constant
340 val testFilter = in <lambda>() constant
349 val testFilter = in <lambda>() constant
358 val testFilter = IntentFilter(TEST_ACTION).apply { addDataType(TEST_TYPE) } in <lambda>() constant
364 val testFilter = in <lambda>() constant
/aosp_15_r20/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/broadcast/
DBroadcastDispatcherTest.kt128 val testFilter = IntentFilter(TEST_ACTION).apply { addDataType(TEST_TYPE) } in <lambda>() constant
135 val testFilter = in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
H A DFilterTest.kt10 fun testFilter() = runTest { in <lambda>() method
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/credentials/
H A DCredentialManagerTest.java524 private void verifyGetCredentialProviderServices(int testFilter) throws RemoteException { in verifyGetCredentialProviderServices()
534 private void verifyGetCredentialProviderServicesForTesting(int testFilter) in verifyGetCredentialProviderServicesForTesting()
/aosp_15_r20/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFilterTest.java29 public void testFilter() { in testFilter() method in FilterTest
/aosp_15_r20/cts/tests/tests/text/src/android/text/cts/
H A DInputFilter_LengthFilterTest.java35 public void testFilter() { in testFilter() method in InputFilter_LengthFilterTest
H A DLoginFilterTest.java46 public void testFilter() { in testFilter() method in LoginFilterTest
H A DInputFilter_AllCapsTest.java43 public void testFilter() { in testFilter() method in InputFilter_AllCapsTest
/aosp_15_r20/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/bluetooth/
DUtf8ByteLengthFilterTest.java28 public void testFilter() { in testFilter() method in Utf8ByteLengthFilterTest
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DFilterOpTest.java47 public void testFilter() { in testFilter() method in FilterOpTest
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
H A DStreamFlagsTest.java87 public void testFilter() { in testFilter() method in StreamFlagsTest
/aosp_15_r20/cts/tests/tests/text/src/android/text/method/cts/
H A DNumberKeyListenerTest.java53 public void testFilter() { in testFilter() method in NumberKeyListenerTest
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/
DBaseTimeZoneAdapterTest.java37 public void testFilter() throws InterruptedException { in testFilter() method in BaseTimeZoneAdapterTest
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dmemory_cleanup_test.py110 def testFilter(self): member in MemoryCleanupTest
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DOptionalTest.java85 public void testFilter() { in testFilter() method in OptionalTest
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
H A DDatasetFilteringTest.java75 public void testFilter() throws Exception { in testFilter() method in DatasetFilteringTest
/aosp_15_r20/cts/tests/tests/car/src/android/car/cts/
H A DCarAppFocusManagerTest.java326 public void testFilter() throws Exception { in testFilter() method in CarAppFocusManagerTest
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DRetryRescheduler.java350 SuiteTestFilter testFilter = SuiteTestFilter.createFrom(filter); in addExcludeToConfig() local
/aosp_15_r20/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarAppFocusManagerTest.java233 public void testFilter() throws Exception { in testFilter() method in CarAppFocusManagerTest
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/function/
H A DIOStreamTest.java149 public void testFilter() throws IOException { in testFilter() method in IOStreamTest
/aosp_15_r20/external/tensorflow/tensorflow/python/grappler/
H A Ddatasets_test.py222 def testFilter(self): member in GrapplerTest
/aosp_15_r20/external/google-breakpad/src/client/mac/tests/
H A Dcrash_generation_server_test.cc369 TEST_F(CrashGenerationServerTest, testFilter) { in TEST_F() argument
/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
H A DLegacyFlickerServiceDecorator.kt142 for (testFilter in testFilters.split(",")) { in getFiltersFromArguments() constant
/aosp_15_r20/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/internal/util/
DArrayUtilsTest.java555 public void testFilter() { in testFilter() method in ArrayUtilsTest
/aosp_15_r20/tools/metalava/buildSrc/src/main/kotlin/com/android/tools/metalava/
H A DMetalavaBuildPlugin.kt119 task.filter { testFilter -> in <lambda>() method

12