Searched refs:updateSmallAreaDetection (Results 1 – 3 of 3) sorted by relevance
94 doNothing().when(mSmallAreaDetectionController).updateSmallAreaDetection(any(), any()); in setup()104 verify(mSmallAreaDetectionController).updateSmallAreaDetection(eq(resultUidArray), in testUpdateAllowlist_validProperty()115 verify(mSmallAreaDetectionController).updateSmallAreaDetection(eq(resultUidArray), in testUpdateAllowlist_includeInvalidRow()127 verify(mSmallAreaDetectionController).updateSmallAreaDetection(eq(resultUidArray), in testUpdateAllowlist_includeNotInstalledPkg()136 verify(mSmallAreaDetectionController, never()).updateSmallAreaDetection(any(), any()); in testUpdateAllowlist_invalidProperty()
89 updateSmallAreaDetection(); in updateAllowlist()118 private void updateSmallAreaDetection() { in updateSmallAreaDetection() method in SmallAreaDetectionController135 updateSmallAreaDetection(uids, thresholds); in updateSmallAreaDetection()139 void updateSmallAreaDetection(int[] uids, float[] thresholds) { in updateSmallAreaDetection() method in SmallAreaDetectionController
48 SurfaceComposerClient::updateSmallAreaDetection(uidVector, thresholdVector); in nativeUpdateSmallAreaDetection()