Home
last modified time | relevance | path

Searched refs:tmt (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DTestableNetworkCallback.kt473 tmt: Long = defaultTimeoutMs in expectAvailableCallbacks()
475 expectAvailableCallbacksCommon(net, suspended, validated, upstream, tmt) in expectAvailableCallbacks()
476 expect<BlockedStatus>(net, tmt) { it.blocked == blocked } in expectAvailableCallbacks()
486 tmt: Long = defaultTimeoutMs in expectAvailableCallbacks()
487 ) = expectAvailableCallbacks(net, suspended, validated, blocked, upstream = null, tmt = tmt) in expectAvailableCallbacks()
495 tmt: Long in expectAvailableCallbacks()
497 expectAvailableCallbacksCommon(net, suspended, validated, upstream, tmt) in expectAvailableCallbacks()
508 tmt: Long = defaultTimeoutMs in expectAvailableCallbacks()
509 ) = expectAvailableCallbacks(net, suspended, validated, blockedReason, upstream = null, tmt) in expectAvailableCallbacks()
516 tmt: Long in expectAvailableCallbacks()
[all …]
/packages/modules/Connectivity/tests/integration/src/com/android/server/net/integrationtests/
DConnectivityServiceIntegrationTest.kt353 testCb.expectAvailableCallbacks(na.network, validated = false, tmt = TEST_TIMEOUT_MS) in testCapportApi()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc3035 uint32_t* tmt = (uint32_t*)prop->val; in btif_dm_get_adapter_property() local
3036 *tmt = 120; /* default to 120s, if not found in NV */ in btif_dm_get_adapter_property()