Searched refs:clearScanRequestTimestampsForApp (Results 1 – 4 of 4) sorted by relevance
524 public void clearScanRequestTimestampsForApp(@NonNull String packageName, int uid) { in clearScanRequestTimestampsForApp() method in ScanRequestProxy
2738 mScanRequestProxy.clearScanRequestTimestampsForApp(pkgName, uid); in registerForBroadcasts()
703 mScanRequestProxy.clearScanRequestTimestampsForApp(TEST_PACKAGE_NAME_1, TEST_UID); in testSuccessiveScanRequestFromSameAppAfterRemovalAndReinstallNotThrottled()732 mScanRequestProxy.clearScanRequestTimestampsForApp( in testSuccessiveScanRequestFromSameAppAfterRemovalOnAnotherUserThrottled()
3257 verify(mScanRequestProxy).clearScanRequestTimestampsForApp(packageName, uid); in testPackageRemovedBroadcastHandling()3280 verify(mScanRequestProxy, never()).clearScanRequestTimestampsForApp(anyString(), anyInt()); in testPackageRemovedBroadcastHandlingWithNoUid()3304 verify(mScanRequestProxy, never()).clearScanRequestTimestampsForApp(anyString(), anyInt()); in testPackageRemovedBroadcastHandlingWithNoPackageName()