Searched refs:notifyInstrumentationStarted (Results 1 – 7 of 7) sorted by relevance
64 public void notifyInstrumentationStarted( in notifyInstrumentationStarted() method in FakeSdkSandboxManagerLocal
15 method public void notifyInstrumentationStarted(@NonNull String, int);
169 void notifyInstrumentationStarted(@NonNull String clientAppPackageName, int clientAppUid); in notifyInstrumentationStarted() method
2034 private void notifyInstrumentationStarted(CallingInfo callingInfo) {2049 mSdkSandboxStorageManager.notifyInstrumentationStarted(callingInfo);2502 public void notifyInstrumentationStarted(2504 SdkSandboxManagerService.this.notifyInstrumentationStarted(
109 public void notifyInstrumentationStarted(CallingInfo callingInfo) { in notifyInstrumentationStarted() method in SdkSandboxStorageManager
1242 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()
246 mSdkSandboxManagerLocal.notifyInstrumentationStarted(CLIENT_PKG_NAME, CLIENT_UID); in test_onUserUnlocking_Instrumentation_NoSdk_PackageDirNotRemoved()