Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DCloseSystemDialogsTest.java36 import android.app.stubs.shared.ICloseSystemDialogsTestsService;
106 private ICloseSystemDialogsTestsService mService;
246 ICloseSystemDialogsTestsService.RESULT_SECURITY_EXCEPTION); in testCloseSystemDialogs_inTrampolineWhenTargetSdkCurrent_isBlockedAndThrows()
261 assertThat(result.get()).isEqualTo(ICloseSystemDialogsTestsService.RESULT_OK); in testCloseSystemDialogs_inTrampolineWhenTargetSdk30_isSent()
278 assertThat(result.get()).isEqualTo(ICloseSystemDialogsTestsService.RESULT_OK); in testCloseSystemDialogs_inTrampolineViaPendingIntentWhenTargetSdkCurrent_isBlocked()
293 assertThat(result.get()).isEqualTo(ICloseSystemDialogsTestsService.RESULT_OK); in testCloseSystemDialogs_inTrampolineViaPendingIntentWhenTargetSdk30_isSent()
431 private ICloseSystemDialogsTestsService getService(String packageName) throws Exception { in getService()
432 ICloseSystemDialogsTestsService service = in getService()
433 ICloseSystemDialogsTestsService.Stub.asInterface( in getService()
/cts/tests/app/shared/src/android/app/stubs/shared/
DICloseSystemDialogsTestsService.aidl21 interface ICloseSystemDialogsTestsService { interface
DCloseSystemDialogsTestService.java55 private final ICloseSystemDialogsTestsService mBinder = new Binder();
84 private class Binder extends ICloseSystemDialogsTestsService.Stub {