Home
last modified time | relevance | path

Searched defs:got (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DNetdEventListenerServiceTest.java136 String got = events2[i + 2]; in testWakeupEventLogging() local
156 String got = events3[i]; in testWakeupEventLogging() local
210 String got = flushStatistics(); in testWakeupStatsLogging() local
306 String got = flushStatistics(); in testDnsLogging() local
422 String got = flushStatistics(); in testConnectLogging() local
DIpConnectivityEventBuilderTest.java509 IpConnectivityEvent got = IpConnectivityEventBuilder.toProto(stats); in testWakeupStatsSerialization() local
/packages/modules/Connectivity/tests/common/java/android/net/metrics/
DIpConnectivityLogTest.java78 List<ConnectivityMetricsEvent> got = verifyEvents(6); in testLoggingEvents() local
116 final List<ConnectivityMetricsEvent> got = verifyEvents(nCallers * nEvents); in testLoggingEventsWithMultipleCallers() local
152 ConnectivityMetricsEvent got) { in assertEventsEqual()
/packages/services/Car/tests/carservice_unit_test/src/android/car/os/
DCarPerformanceManagerUnitTest.java102 ThreadPolicyWithPriority got = mCarPerformanceManager.getThreadPriority(); in testGetThreadPriority() local
112 ThreadPolicyWithPriority got = mCarPerformanceManager.getThreadPriority(); in testGetThreadPriorityRemoteExceptionFromService() local
/packages/services/Car/tests/carservice_test/src/com/android/car/
DVmsOperationRecorderTest.java205 JSONObject got = new JSONObject(mWriter.mMsg); in assertJsonMsgEquals() local
214 private boolean similar(JSONObject expect, JSONObject got) { in similar()
DCarPropertyManagerTest.java1626 long got = mErrorEventCount - mErrorEventCdLatch.getCount(); in assertOnErrorEventCalled() local
1635 long got = mErrorEventCount - mErrorEventCdLatch.getCount(); in assertOnErrorEventNotCalled() local
1648 long got = mInitValueCount - mInitialValueCdLatch.getCount(); in assertRegisterCompleted() local
1663 long got = mChangeEventCount - mChangeEventCdLatch.getCount(); in waitAndGetChangeEvents() local
/packages/modules/Connectivity/tests/unit/java/android/net/
DMacAddressTest.java72 int got = MacAddress.macAddressType(t.addr); in testMacAddrTypes() local
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DDictionaryBackupAgent.java201 int got; in restoreDictionary() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java138 int got = is.read(buffer, done, size - done); in readFully() local
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java186 private static void assertReturnCodesEqual(String msg, int expected, int got) { in assertReturnCodesEqual()
190 private static void assertReturnCodesEqual(int expected, int got) { in assertReturnCodesEqual()
2490 RaEvent got = lastRaEvent(captor.getAllValues()); in verifyRaEvent() local
2497 RaEvent got = null; in lastRaEvent() local
2898 public void assertEqualsIp(String expected, int got) throws Exception { in assertEqualsIp()
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpPacketTest.java668 private void assertDhcpErrorCodes(int expected, int got) { in assertDhcpErrorCodes()