/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
D | IpConnectivityEventBuilderTest.java | 66 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 …]
|
D | IpConnectivityMetricsTest.java | 177 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()
|
D | NetdEventListenerServiceTest.java | 205 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/ |
D | TEST_MAPPING | 7 // 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/ |
D | TEST_MAPPING | 15 // 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/ |
D | SharedLogTest.java | 125 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/ |
D | NetworkStatsEventLoggerTest.kt | 149 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/ |
D | idea.properties | 5 # 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/ |
D | README.md | 15 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/ |
D | vmdb.rs | 596 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/ |
D | proguard-test.flags | 21 # 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/ |
D | README.md | 9 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/ |
D | concurrent_profile.proto | 42 // 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/ |
D | MiscAsserts.kt | 67 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/ |
D | proguard_base.flags | 3 # 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/ |
D | README.md | 5 you want to enable the DEBUG level logs, using following command.
|
/packages/modules/Virtualization/java/framework/ |
D | Android.bp | 31 // 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/ |
D | README.md | 13 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/ |
D | proguard.cfg | 4 # We want to keep methods in Activity that could be used in the XML attribute onClick.
|
/packages/modules/CellBroadcastService/ |
D | proguard.flags | 4 # We want to keep methods in Activity that could be used in the XML attribute onClick.
|
/packages/modules/NeuralNetworks/ |
D | CPPLINT.cfg | 23 # For now, just check for include files. We may want to add more checks later.
|
/packages/modules/Connectivity/staticlibs/native/nettestutils/ |
D | Android.bp | 25 // 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/ |
D | gtest.md | 72 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/ |
D | README.md | 224 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/ |
D | proguard.flags | 10 # We want to keep methods in Activity that could be used in the XML attribute onClick.
|