Searched refs:clearScanRequestTimestampsForApp (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | ScanRequestProxyTest.java | 834 mScanRequestProxy.clearScanRequestTimestampsForApp(TEST_PACKAGE_NAME_1, TEST_UID); in testSuccessiveScanRequestFromSameAppAfterRemovalAndReinstallNotThrottled() 860 mScanRequestProxy.clearScanRequestTimestampsForApp( in testSuccessiveScanRequestFromSameAppAfterRemovalOnAnotherUserThrottled()
|
D | WifiServiceImplTest.java | 6178 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/ |
D | ScanRequestProxy.java | 613 public void clearScanRequestTimestampsForApp(@NonNull String packageName, int uid) { in clearScanRequestTimestampsForApp() method in ScanRequestProxy
|
D | WifiServiceImpl.java | 5386 mScanRequestProxy.clearScanRequestTimestampsForApp(pkgName, uid);
|