HomeSort by relevance Sort by last modified time
    Searched defs:NanStatusType (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareStateManagerTest.java 52 import android.hardware.wifi.V1_0.NanStatusType;
384 mDut.onDisableResponse(transactionId.getValue(), NanStatusType.SUCCESS);
421 mDut.onDisableResponse(transactionId.getValue(), NanStatusType.SUCCESS);
485 mDut.onDisableResponse(transactionId.getValue(), NanStatusType.SUCCESS);
493 inOrderM.verify(mAwareMetricsMock).recordAttachStatus(NanStatusType.INTERNAL_FAILURE);
553 inOrder.verify(mockCallback).onConnectFail(NanStatusType.INTERNAL_FAILURE);
573 final int reason = NanStatusType.INTERNAL_FAILURE;
695 inOrder.verify(mockSessionCallback).onSessionConfigFail(NanStatusType.INTERNAL_FAILURE);
697 NanStatusType.INTERNAL_FAILURE, true);
    [all...]
WifiAwareDataPathStateManagerTest.java 41 import android.hardware.wifi.V1_0.NanStatusType;
434 inOrderM.verify(mAwareMetricsMock).recordNdpStatus(eq(NanStatusType.SUCCESS),
542 inOrderM.verify(mAwareMetricsMock).recordNdpStatus(eq(NanStatusType.SUCCESS),
651 inOrderM.verify(mAwareMetricsMock).recordNdpStatus(eq(NanStatusType.SUCCESS),
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareStateManager.java 23 import android.hardware.wifi.V1_0.NanStatusType;
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_nan.h 177 } NanStatusType;
    [all...]

Completed in 236 milliseconds