Searched refs:NO_TRANSACTION (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | NsdServiceTest.java | 43 import static com.android.server.NsdService.NO_TRANSACTION; 1101 verify(mMetrics).reportServiceInfoCallbackRegistrationFailed(NO_TRANSACTION); in testRegisterServiceCallbackFailed() 1252 false /* isLegacy */, NO_TRANSACTION, 0L /* durationMs */); in testDiscoveryWithMdnsDiscoveryManager_FailedWithInvalidServiceType() 1261 false /* isLegacy */, NO_TRANSACTION, 0L /* durationMs */); in testDiscoveryWithMdnsDiscoveryManager_FailedWithInvalidServiceType() 1270 false /* isLegacy */, NO_TRANSACTION, 0L /* durationMs */); in testDiscoveryWithMdnsDiscoveryManager_FailedWithInvalidServiceType() 1540 false /* isLegacy */, NO_TRANSACTION, 0L /* durationMs */); in testAdvertiseWithMdnsAdvertiser_FailedWithInvalidServiceType()
|
/packages/modules/Connectivity/service-t/src/com/android/server/ |
D | NsdService.java | 200 static final int NO_TRANSACTION = -1; field in NsdService 3013 onDiscoverServicesFailed(listenerKey, error, isLegacy, NO_TRANSACTION, in onDiscoverServicesFailedImmediately() 3071 onRegisterServiceFailed(listenerKey, error, isLegacy, NO_TRANSACTION, in onRegisterServiceFailedImmediately() 3120 onResolveServiceFailed(listenerKey, error, isLegacy, NO_TRANSACTION, in onResolveServiceFailedImmediately() 3171 mMetrics.reportServiceInfoCallbackRegistrationFailed(NO_TRANSACTION); in onServiceInfoCallbackRegistrationFailed()
|