Home
last modified time | relevance | path

Searched defs:startInstrumentation (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/test-runner/src/android/test/mock/
DMockContext.java574 public boolean startInstrumentation(ComponentName className, in startInstrumentation() method in MockContext
/frameworks/base/core/java/android/content/
DContextWrapper.java701 public boolean startInstrumentation(ComponentName className, in startInstrumentation() method in ContextWrapper
DContext.java2866 public abstract boolean startInstrumentation(@NonNull ComponentName className, in startInstrumentation() method in Context
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1843 public boolean startInstrumentation(ComponentName arg0, String arg1, in startInstrumentation() method in BridgeContext
/frameworks/base/core/java/android/app/
DContextImpl.java1635 public boolean startInstrumentation(ComponentName className, in startInstrumentation() method in ContextImpl
DIActivityManager.aidl143 boolean startInstrumentation(in ComponentName className, in String profileFile, in startInstrumentation() method