Home
last modified time | relevance | path

Searched refs:expectedForegroundValue (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/cts/endtoendtests/providers/CtsProvider/src/com/android/ctssdkprovider/
DCtsSdkProviderApiImpl.java351 int expectedForegroundValue, int expectedBackgroundValue) { in waitForStateChangeDetection() argument
354 if (verifyStateChangeCountValue(expectedForegroundValue, expectedBackgroundValue)) { in waitForStateChangeDetection()
363 if (!verifyStateChangeCountValue(expectedForegroundValue, expectedBackgroundValue)) { in waitForStateChangeDetection()
369 int expectedForegroundValue, int expectedBackgroundValue) { in verifyStateChangeCountValue() argument
373 return mClientImportanceListener.mForegroundDetectionCount == expectedForegroundValue in verifyStateChangeCountValue()
DICtsSdkProviderApi.aidl41 void waitForStateChangeDetection(int expectedForegroundValue, int expectedBackgroundValue); in waitForStateChangeDetection() argument