Searched refs:finishInstrumentation (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl159 void finishInstrumentation(in IApplicationThread target, int resultCode,
H A DInstrumentation.java247 mThread.finishInstrumentation(resultCode, results);
H A DActivityThread.java5910 /*package*/ final void finishInstrumentation(int resultCode, Bundle results) { method in class:ActivityThread
5919 am.finishInstrumentation(mAppThread, resultCode, results);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java22183 Slog.w(TAG, "finishInstrumentation called on non-instrumented: " + app);
22218 Slog.w(TAG, "finishInstrumentation called on non-instrumented: " + app);
22251 public void finishInstrumentation(IApplicationThread target, method in class:ActivityManagerService
22262 Slog.w(TAG, "finishInstrumentation: no app for " + target);
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 113 milliseconds