Searched refs:tryToGetAware (Results 1 – 4 of 4) sorted by relevance
170 mDut.tryToGetAware(TEST_WS); in testReferenceCounting()184 mDut.tryToGetAware(TEST_WS); in testReferenceCounting()191 mDut.tryToGetAware(TEST_WS); in testReferenceCounting()227 mDut.tryToGetAware(TEST_WS); in testRequestFlowWithAsyncDeletes()266 mDut.tryToGetAware(TEST_WS); in testBasicFlowHal15()
275 inOrder.verify(mMockNativeManager).tryToGetAware(new WorkSource(Process.WIFI_UID)); in testRequestMacAddresses()286 inOrder.verify(mMockNativeManager).tryToGetAware(new WorkSource(uid1, callingPackage)); in testRequestMacAddresses()2242 inOrder.verify(mMockNativeManager).tryToGetAware(new WorkSource(uid1, callingPackage1)); in testSendMessageQueueLimitBlock()3338 inOrder.verify(mMockNativeManager).tryToGetAware(new WorkSource(Process.WIFI_UID)); in testEnableDisableOnDoze()3348 inOrder.verify(mMockNativeManager).tryToGetAware(new WorkSource(uid, callingPackage)); in testEnableDisableOnDoze()3405 inOrder.verify(mMockNativeManager).tryToGetAware(new WorkSource(Process.WIFI_UID)); in testEnableDisableOnLocationModeChanges()3415 inOrder.verify(mMockNativeManager).tryToGetAware(new WorkSource(uid, callingPackage)); in testEnableDisableOnLocationModeChanges()3467 inOrder.verify(mMockNativeManager).tryToGetAware(new WorkSource(Process.WIFI_UID)); in testEnableDisableOnWifiStateChanges()3478 inOrder.verify(mMockNativeManager).tryToGetAware(new WorkSource(uid, callingPackage)); in testEnableDisableOnWifiStateChanges()
126 public void tryToGetAware(@NonNull WorkSource requestorWs) { in tryToGetAware() method in WifiAwareNativeManager
1958 mWifiAwareNativeManager.tryToGetAware(requestorWs); in processCommand()2426 mWifiAwareNativeManager.tryToGetAware(new WorkSource(uid, callingPackage)); in connectLocal()