Home
last modified time | relevance | path

Searched defs:notifyInstrumentationStarted (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/
DSdkSandboxManagerLocal.java169 void notifyInstrumentationStarted(@NonNull String clientAppPackageName, int clientAppUid); in notifyInstrumentationStarted() method
DSdkSandboxStorageManager.java90 public void notifyInstrumentationStarted(CallingInfo callingInfo) { in notifyInstrumentationStarted() method in SdkSandboxStorageManager
/packages/modules/AdServices/sdksandbox/tests/testutils/src/android/app/sdksandbox/testutils/
DFakeSdkSandboxManagerLocal.java64 public void notifyInstrumentationStarted( in notifyInstrumentationStarted() method in FakeSdkSandboxManagerLocal