Home
last modified time | relevance | path

Searched refs:want (Results 1 – 25 of 71) sorted by relevance

123

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DIpConnectivityEventBuilderTest.java66 String want = String.join("\n", in testLinkLayerInferrence() local
80 verifySerialization(want, ev); in testLinkLayerInferrence()
85 want = String.join("\n", in testLinkLayerInferrence()
99 verifySerialization(want, ev); in testLinkLayerInferrence()
103 want = String.join("\n", in testLinkLayerInferrence()
117 verifySerialization(want, ev); in testLinkLayerInferrence()
121 want = String.join("\n", in testLinkLayerInferrence()
135 verifySerialization(want, ev); in testLinkLayerInferrence()
138 want = String.join("\n", in testLinkLayerInferrence()
152 verifySerialization(want, ev); in testLinkLayerInferrence()
[all …]
DIpConnectivityMetricsTest.java177 String want = String.join("\n", in testDefaultNetworkEvents() local
266 verifySerialization(want, getdump("flush")); in testDefaultNetworkEvents()
353 String want = String.join("\n", in testEndToEndLogging() local
577 verifySerialization(want, getdump("flush")); in testEndToEndLogging()
634 static void verifySerialization(String want, String output) { in verifySerialization() argument
639 assertEquals(want, log.toString()); in verifySerialization()
DNetdEventListenerServiceTest.java205 String want = String.join("\n", in testWakeupStatsLogging() local
278 assertEquals(want, got); in testWakeupStatsLogging()
301 String want = String.join("\n", in testDnsLogging() local
372 assertEquals(want, got); in testDnsLogging()
417 String want = String.join("\n", in testConnectLogging() local
487 assertEquals(want, got); in testConnectLogging()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DTEST_MAPPING7 // For changes in Photopicker UI we want to run all the photopicker
19 // For changes in Photopicker UI we want to run all the photopicker
31 // For changes in Photopicker UI we want to run all the photopicker
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/
DTEST_MAPPING15 // For changes in Photopicker tests we want to run all of the photopicker
35 // For changes in Photopicker tests we want to run all of the photopicker
55 // For changes in Photopicker tests we want to run all of the photopicker
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DSharedLogTest.java125 String want = expected[i]; in verifyLogLines() local
126 assertTrue(String.format("'%s' did not contain '%s'", got, want), got.endsWith(want)); in verifyLogLines()
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsEventLoggerTest.kt149 private fun assertStringContains(got: String, want: String) { in getLineCount()
150 assertTrue(got.contains(want), "Wanted: $want, but got: $got") in getLineCount()
/packages/apps/ManagedProvisioning/studio-dev/development/studio/
Didea.properties5 # Uncomment this option if you want to customize path to IDE config folder. Make sure you're using …
9 # Uncomment this option if you want to customize path to IDE system folder. Make sure you're using …
13 # Uncomment this option if you want to customize path to IDE log folder. Make sure you're using for…
17 # Uncomment this option if you want to customize path to IDE plugins folder. Make sure you're using…
25 # Uncomment this option if you want to customize path to user installed plugins folder. Make sure y…
29 # Uncomment this option if you want to customize path to IDE logs folder. Make sure you're using fo…
168 # Change to 'disabled' if you don't want to receive instant visual notifications
/packages/modules/Bluetooth/
DREADME.md15 You'll want to download some pre-requisite packages as well. If you're currently
61 This will install your bootstrapped build environment to `~/.floss`. If you want
136 defaults to `~/.floss`). You can also build each stage separately (if you want
150 iterating on Rust code and want to add new crates, you may also want to use the
/packages/modules/Virtualization/virtualizationservice/src/maintenance/
Dvmdb.rs596 let mut want = vec![]; in test_remove_oldest_with_upgrade() localVariable
603 if want.len() < remove_count { in test_remove_oldest_with_upgrade()
604 want.push(vm_id); in test_remove_oldest_with_upgrade()
622 if want.len() < remove_count { in test_remove_oldest_with_upgrade()
623 want.push(vm_id); in test_remove_oldest_with_upgrade()
629 assert_eq!(got, want); in test_remove_oldest_with_upgrade()
/packages/apps/Messaging/
Dproguard-test.flags21 # FLAG(dnotario): Until we rationalize how to handle tests (extensive unit tests will want similar
22 # settings to these, but maybe we want to require VisibleForTesting attribute), just expose all
/packages/modules/Bluetooth/tools/lint/
DREADME.md9 While lint checks should be automatically run by Gerrit, you may want to run it manually on the
28 Step 3: Identify the lint report you want to view the results of, typically in the following format:
/packages/modules/AdServices/adservices/libraries/health/runners/concurrent-longevity/adservices/src/android/adservices/test/longevity/concurrent/
Dconcurrent_profile.proto42 // Optional. Test method name which we want to run. If the test class has single @Test
55 // Journeys which we want to execute concurrently
/packages/modules/Connectivity/staticlibs/testutils/hostdevice/com/android/testutils/
DMiscAsserts.kt67 fun assertStringContains(got: String, want: String) { in assertStringContains()
68 assertTrue(got.contains(want), "$got did not contain \"${want}\"") in assertStringContains()
/packages/apps/Dialer/java/com/android/dialer/proguard/
Dproguard_base.flags3 # not want, in *any* configuration - they ensure basic correctness, and have
4 # no downsides. You probably do not want to make changes to this file.
/packages/modules/DnsResolver/
DREADME.md5 you want to enable the DEBUG level logs, using following command.
/packages/modules/Virtualization/java/framework/
DAndroid.bp31 // We use @GuardedBy and we want a test failure if our locking isn't consistent with it.
/packages/apps/Dialer/java/com/android/dialer/theme/
DREADME.md13 What is an attribute? There are three types (depending on how you want to define
60 want to customize a specific style for one use case, feel free to override
/packages/apps/SettingsIntelligence/
Dproguard.cfg4 # We want to keep methods in Activity that could be used in the XML attribute onClick.
/packages/modules/CellBroadcastService/
Dproguard.flags4 # We want to keep methods in Activity that could be used in the XML attribute onClick.
/packages/modules/NeuralNetworks/
DCPPLINT.cfg23 # For now, just check for include files. We may want to add more checks later.
/packages/modules/Connectivity/staticlibs/native/nettestutils/
DAndroid.bp25 // Don't depend on libbinder, because some users of this library may not want to link to it.
/packages/modules/Bluetooth/system/gd/docs/testing/
Dgtest.md72 Sometimes, you may want to execute the test binary directly because you want to
73 attach a debugger or you want to avoid the test boostrap delay in `atest`. You
/packages/modules/AdServices/sdksandbox/tests/testutils/testscenario/
DREADME.md224 One example is if you want to reuse an sdk in order to test multiple test instances. For this you
248 There may be times where you want your tests to invoke behavior outside of
249 the SDK. For example, you may want to perform a tap event using the instrumentation.
/packages/apps/CellBroadcastReceiver/
Dproguard.flags10 # We want to keep methods in Activity that could be used in the XML attribute onClick.

123