/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
D | IpConnectivityEventBuilderTest.java | 70 String want = String.join("\n", in testLinkLayerInferrence() local 84 verifySerialization(want, ev); in testLinkLayerInferrence() 89 want = String.join("\n", in testLinkLayerInferrence() 103 verifySerialization(want, ev); in testLinkLayerInferrence() 107 want = String.join("\n", in testLinkLayerInferrence() 121 verifySerialization(want, ev); in testLinkLayerInferrence() 125 want = String.join("\n", in testLinkLayerInferrence() 139 verifySerialization(want, ev); in testLinkLayerInferrence() 142 want = String.join("\n", in testLinkLayerInferrence() 156 verifySerialization(want, ev); in testLinkLayerInferrence() [all …]
|
D | IpConnectivityMetricsTest.java | 180 String want = String.join("\n", in testDefaultNetworkEvents() local 269 verifySerialization(want, getdump("flush")); in testDefaultNetworkEvents() 356 String want = String.join("\n", in testEndToEndLogging() local 580 verifySerialization(want, getdump("flush")); in testEndToEndLogging() 637 static void verifySerialization(String want, String output) { in verifySerialization() argument 642 assertEquals(want, log.toString()); in verifySerialization()
|
D | NetdEventListenerServiceTest.java | 190 String want = String.join("\n", in testWakeupStatsLogging() local 263 assertEquals(want, got); in testWakeupStatsLogging() 286 String want = String.join("\n", in testDnsLogging() local 357 assertEquals(want, got); in testDnsLogging() 402 String want = String.join("\n", in testConnectLogging() local 472 assertEquals(want, got); in testConnectLogging()
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/util/ |
D | SharedLogTest.java | 91 String want = expected[i]; in verifyLogLines() local 92 assertTrue(String.format("'%s' did not contain '%s'", got, want), got.endsWith(want)); in verifyLogLines()
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | NsdServiceTest.java | 265 void verifyDaemonCommand(String want) { in verifyDaemonCommand() argument 266 verifyDaemonCommand(want, 1); in verifyDaemonCommand() 269 void verifyDaemonCommand(String want, int n) { in verifyDaemonCommand() argument 277 assertEquals(want, got.trim()); in verifyDaemonCommand()
|
/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/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/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/modules/DnsResolver/ |
D | README.md | 5 you want to enable the DEBUG level logs, using following command.
|
/packages/apps/Bluetooth/tests/unit/ |
D | Android.bp | 8 // We only want this apk build for tests.
|
/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/NeuralNetworks/ |
D | CPPLINT.cfg | 23 # For now, just check for include files. We may want to add more checks later.
|
/packages/modules/CellBroadcastService/ |
D | proguard.flags | 4 # We want to keep methods in Activity that could be used in the XML attribute onClick.
|
/packages/apps/Car/SettingsIntelligence/ |
D | proguard.cfg | 4 # We want to keep methods in Activity that could be used in the XML attribute onClick.
|
/packages/apps/CellBroadcastReceiver/ |
D | proguard.flags | 10 # We want to keep methods in Activity that could be used in the XML attribute onClick.
|
/packages/modules/NetworkStack/tests/unit/src/android/net/ip/ |
D | IpClientTest.java | 405 LinkProperties want = linkproperties(links(TEST_LOCAL_ADDRESSES), in testProvisioningWithInitialConfiguration() local 407 want.setInterfaceName(iface); in testProvisioningWithInitialConfiguration() 408 verify(mCb, timeout(TEST_TIMEOUT_MS).times(1)).onProvisioningSuccess(want); in testProvisioningWithInitialConfiguration()
|
/packages/services/Car/cpp/telemetry/cartelemetryd/sampleclient/ |
D | README.md | 37 If you want to test it by running `init`, add these SELinux rules:
|
/packages/apps/CellBroadcastReceiver/tests/testapp/ |
D | Android.bp | 28 // We only want this apk build for tests.
|
/packages/apps/Settings/ |
D | proguard.flags | 20 # We want to keep methods in Activity that could be used in the XML attribute onClick.
|
/packages/providers/TelephonyProvider/assets/ |
D | README | 16 If you want to make change locally during testing, currently there are two ways:
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | faq.md | 134 …Let's assume we want to merge them in such way that the whole `address` document becomes a node of… 151 Alternatively, if we don't want to explicitly refer to the root value of `address` by name, we can … 183 …Since the APIs are member functions of `Value`, we do not want to save an allocator pointer in eve…
|
/packages/services/Car/service/ |
D | Android.bp | 150 // We do not want to use statically linked libraries, as this will bloat the output jar with classes
|
/packages/modules/adb/ |
D | protocol.txt | 108 confirm they want to install the public key on the device. 280 succeeds. A future version may want to do some level of windowing where
|
/packages/apps/Car/libs/car-ui-lib/ |
D | README.md | 28 It may ask if you want to generate the gradle wrapper files, select "Yes". Wait for it to finish in…
|
/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | dialer_impression.proto | 63 // user to acknowledge they want to block and report as spam -> user 145 // sense e.g user pressed a speaker button and we want to associate that to
|