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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareDataPathStateManager.java 219 mMgr.endDataPath(ndpId);
228 mMgr.endDataPath(ndpId);
370 mMgr.endDataPath(ndpId);
379 mMgr.endDataPath(ndpId);
416 mMgr.endDataPath(ndpId);
430 mMgr.endDataPath(ndpId);
439 mMgr.endDataPath(ndpId);
463 mMgr.endDataPath(ndpId);
542 mMgr.endDataPath(nnri.ndpId);
696 mMgr.endDataPath(nnri.ndpId)
    [all...]
WifiAwareNativeApi.java     [all...]
WifiAwareStateManager.java 503 public void endDataPath(int ndpId) {
679 * Response from firmware to {@link #endDataPath(int)}.
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareDataPathStateManagerTest.java 142 when(mMockNative.endDataPath(anyShort(), anyInt())).thenReturn(true);
523 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId));
540 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId));
605 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId));
622 inOrder.verify(mMockNative).endDataPath(transactionId.capture(), eq(ndpId));
    [all...]

Completed in 89 milliseconds