Home
last modified time | relevance | path

Searched refs:notifyInstrumentationStarted (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/testutils/device-side/android/app/sdksandbox/testutils/
DFakeSdkSandboxManagerLocal.java64 public void notifyInstrumentationStarted( in notifyInstrumentationStarted() method in FakeSdkSandboxManagerLocal
/packages/modules/AdServices/sdksandbox/service/api/
Dsystem-server-current.txt15 method public void notifyInstrumentationStarted(@NonNull String, int);
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/
DSdkSandboxManagerLocal.java169 void notifyInstrumentationStarted(@NonNull String clientAppPackageName, int clientAppUid); in notifyInstrumentationStarted() method
DSdkSandboxManagerService.java2034 private void notifyInstrumentationStarted(CallingInfo callingInfo) {
2049 mSdkSandboxStorageManager.notifyInstrumentationStarted(callingInfo);
2502 public void notifyInstrumentationStarted(
2504 SdkSandboxManagerService.this.notifyInstrumentationStarted(
DSdkSandboxStorageManager.java109 public void notifyInstrumentationStarted(CallingInfo callingInfo) { in notifyInstrumentationStarted() method in SdkSandboxStorageManager
/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/
DSdkSandboxManagerServiceUnitTest.java1242 sSdkSandboxManagerLocal.notifyInstrumentationStarted(TEST_PACKAGE, mClientAppUid); in testNotifyInstrumentationStarted_killsSandboxProcess()
1262 sSdkSandboxManagerLocal.notifyInstrumentationStarted(TEST_PACKAGE, mClientAppUid); in testNotifyInstrumentationStarted_doesNotAllowLoadSdk()
1289 sSdkSandboxManagerLocal.notifyInstrumentationStarted(TEST_PACKAGE, mClientAppUid); in testNotifyInstrumentationFinished_canLoadSdk()
1971 sSdkSandboxManagerLocal.notifyInstrumentationStarted(TEST_PACKAGE, mClientAppUid); in testRegisterActivityInterceptorCallbackForInstrumentationActivities()
DSdkSandboxStorageManagerUnitTest.java246 mSdkSandboxManagerLocal.notifyInstrumentationStarted(CLIENT_PKG_NAME, CLIENT_UID); in test_onUserUnlocking_Instrumentation_NoSdk_PackageDirNotRemoved()