Searched refs:expectedForegroundValue (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() argument373 return mClientImportanceListener.mForegroundDetectionCount == expectedForegroundValue in verifyStateChangeCountValue()
41 void waitForStateChangeDetection(int expectedForegroundValue, int expectedBackgroundValue); in waitForStateChangeDetection() argument