Home
last modified time | relevance | path

Searched defs:addInstrumentationResults (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl241 void addInstrumentationResults(in IApplicationThread target, in Bundle results); in addInstrumentationResults() method
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java15963 public void addInstrumentationResults(IApplicationThread target, Bundle results) { in addInstrumentationResults() method in ActivityManagerService