Home
last modified time | relevance | path

Searched refs:clearScanRequestTimestampsForApp (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanRequestProxyTest.java834 mScanRequestProxy.clearScanRequestTimestampsForApp(TEST_PACKAGE_NAME_1, TEST_UID); in testSuccessiveScanRequestFromSameAppAfterRemovalAndReinstallNotThrottled()
860 mScanRequestProxy.clearScanRequestTimestampsForApp( in testSuccessiveScanRequestFromSameAppAfterRemovalOnAnotherUserThrottled()
DWifiServiceImplTest.java6178 verify(mScanRequestProxy).clearScanRequestTimestampsForApp(packageName, uid); in testPackageFullyRemovedBroadcastHandling()
6210 verify(mScanRequestProxy).clearScanRequestTimestampsForApp(packageName, uid); in testPackageRemovedBroadcastHandling()
6240 verify(mScanRequestProxy, never()).clearScanRequestTimestampsForApp(anyString(), anyInt()); in testPackageRemovedWithReplacingBroadcastHandling()
6274 verify(mScanRequestProxy).clearScanRequestTimestampsForApp(packageName, uid); in testPackageDisableBroadcastHandling()
6299 verify(mScanRequestProxy, never()).clearScanRequestTimestampsForApp(anyString(), anyInt()); in testPackageRemovedBroadcastHandlingWithNoUid()
6324 verify(mScanRequestProxy, never()).clearScanRequestTimestampsForApp(anyString(), anyInt()); in testPackageRemovedBroadcastHandlingWithNoPackageName()
9617 verify(mScanRequestProxy).clearScanRequestTimestampsForApp(TEST_PACKAGE_NAME, TEST_UID); in testRemoveAppState()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DScanRequestProxy.java613 public void clearScanRequestTimestampsForApp(@NonNull String packageName, int uid) { in clearScanRequestTimestampsForApp() method in ScanRequestProxy
DWifiServiceImpl.java5386 mScanRequestProxy.clearScanRequestTimestampsForApp(pkgName, uid);