Searched refs:notifyInstrumentationFinished (Results 1 – 5 of 5) sorted by relevance
70 public void notifyInstrumentationFinished( in notifyInstrumentationFinished() method in FakeSdkSandboxManagerLocal
14 method public void notifyInstrumentationFinished(@NonNull String, int);
183 void notifyInstrumentationFinished(@NonNull String clientAppPackageName, int clientAppUid); in notifyInstrumentationFinished() method
1853 private void notifyInstrumentationFinished(CallingInfo callingInfo) {2324 public void notifyInstrumentationFinished(2326 SdkSandboxManagerService.this.notifyInstrumentationFinished(
1309 sSdkSandboxManagerLocal.notifyInstrumentationFinished(TEST_PACKAGE, mClientAppUid); in testNotifyInstrumentationFinished_canLoadSdk()