Searched refs:finishInstrumentation (Results 1 - 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/ |
H A D | IActivityManager.aidl | 159 void finishInstrumentation(in IApplicationThread target, int resultCode,
|
H A D | Instrumentation.java | 247 mThread.finishInstrumentation(resultCode, results);
|
H A D | ActivityThread.java | 5910 /*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 D | ActivityManagerService.java | 22183 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 D | boot-image-profile.txt | [all...] |
Completed in 113 milliseconds