Searched refs:clearScanRequestTimestampsForApp (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ScanRequestProxy.java | 485 public void clearScanRequestTimestampsForApp(@NonNull String packageName, int uid) { in clearScanRequestTimestampsForApp() method in ScanRequestProxy
|
D | WifiServiceImpl.java | 3172 mScanRequestProxy.clearScanRequestTimestampsForApp(pkgName, uid);
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ScanRequestProxyTest.java | 704 mScanRequestProxy.clearScanRequestTimestampsForApp(TEST_PACKAGE_NAME_1, TEST_UID); in testSuccessiveScanRequestFromSameAppAfterRemovalAndReinstallNotThrottled() 731 mScanRequestProxy.clearScanRequestTimestampsForApp( in testSuccessiveScanRequestFromSameAppAfterRemovalOnAnotherUserThrottled()
|
D | WifiServiceImplTest.java | 3779 verify(mScanRequestProxy).clearScanRequestTimestampsForApp(packageName, uid); in testPackageFullyRemovedBroadcastHandling() 3809 verify(mScanRequestProxy).clearScanRequestTimestampsForApp(packageName, uid); in testPackageRemovedBroadcastHandling() 3841 verify(mScanRequestProxy).clearScanRequestTimestampsForApp(packageName, uid); in testPackageDisableBroadcastHandling() 3864 verify(mScanRequestProxy, never()).clearScanRequestTimestampsForApp(anyString(), anyInt()); in testPackageRemovedBroadcastHandlingWithNoUid() 3888 verify(mScanRequestProxy, never()).clearScanRequestTimestampsForApp(anyString(), anyInt()); in testPackageRemovedBroadcastHandlingWithNoPackageName()
|