Searched refs:expectedBackgroundValue (Results 1 – 2 of 2) sorted by relevance
351 int expectedForegroundValue, int expectedBackgroundValue) { in waitForStateChangeDetection() argument354 if (verifyStateChangeCountValue(expectedForegroundValue, expectedBackgroundValue)) { in waitForStateChangeDetection()363 if (!verifyStateChangeCountValue(expectedForegroundValue, expectedBackgroundValue)) { in waitForStateChangeDetection()369 int expectedForegroundValue, int expectedBackgroundValue) { in verifyStateChangeCountValue() argument374 && mClientImportanceListener.mBackgroundDetectionCount == expectedBackgroundValue; in verifyStateChangeCountValue()
41 void waitForStateChangeDetection(int expectedForegroundValue, int expectedBackgroundValue); in waitForStateChangeDetection() argument