Home
last modified time | relevance | path

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

12

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DIpConnectivityEventBuilderTest.java70 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 …]
DIpConnectivityMetricsTest.java180 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()
DNetdEventListenerServiceTest.java190 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/
DSharedLogTest.java91 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/
DNsdServiceTest.java265 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/
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/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/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/modules/DnsResolver/
DREADME.md5 you want to enable the DEBUG level logs, using following command.
/packages/apps/Bluetooth/tests/unit/
DAndroid.bp8 // We only want this apk build for tests.
/packages/apps/SettingsIntelligence/
Dproguard.cfg4 # 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/CellBroadcastService/
Dproguard.flags4 # We want to keep methods in Activity that could be used in the XML attribute onClick.
/packages/apps/Car/SettingsIntelligence/
Dproguard.cfg4 # We want to keep methods in Activity that could be used in the XML attribute onClick.
/packages/apps/CellBroadcastReceiver/
Dproguard.flags10 # 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/
DIpClientTest.java405 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/
DREADME.md37 If you want to test it by running `init`, add these SELinux rules:
/packages/apps/CellBroadcastReceiver/tests/testapp/
DAndroid.bp28 // We only want this apk build for tests.
/packages/apps/Settings/
Dproguard.flags20 # We want to keep methods in Activity that could be used in the XML attribute onClick.
/packages/providers/TelephonyProvider/assets/
DREADME16 If you want to make change locally during testing, currently there are two ways:
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dfaq.md134 …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/
DAndroid.bp150 // We do not want to use statically linked libraries, as this will bloat the output jar with classes
/packages/modules/adb/
Dprotocol.txt108 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/
DREADME.md28 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/
Ddialer_impression.proto63 // 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

12