Home
last modified time | relevance | path

Searched refs:waitForStateChangeDetection (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/cts/endtoendtests/src/com/android/tests/sdksandbox/endtoend/
DSdkSandboxControllerTest.java100 mSdk.waitForStateChangeDetection( in testSdkDetectsAppForegroundState()
105 mSdk.waitForStateChangeDetection( in testSdkDetectsAppForegroundState()
114 mSdk.waitForStateChangeDetection( in testSdkDetectsAppForegroundState()
126 mSdk.waitForStateChangeDetection( in testUnregisterSdkSandboxClientImportanceListener()
136 mSdk.waitForStateChangeDetection( in testUnregisterSdkSandboxClientImportanceListener()
/packages/modules/AdServices/sdksandbox/tests/cts/endtoendtests/providers/CtsProvider/src/com/android/ctssdkprovider/
DICtsSdkProviderApi.aidl41 void waitForStateChangeDetection(int expectedForegroundValue, int expectedBackgroundValue); in waitForStateChangeDetection() method
DCtsSdkProviderApiImpl.java350 public void waitForStateChangeDetection( in waitForStateChangeDetection() method in CtsSdkProviderApiImpl