Home
last modified time | relevance | path

Searched defs:instrumentation (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/util_apps/TelephonyUtil/src/android/telephony/utility/
DSendToInstrumentation.java61 private static void sendStatus(int code, Instrumentation instrumentation, Bundle bundle) { in sendStatus()
DSimCardUtil.java84 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in getSimCardInformation() local
/tools/platform-compat/java/android/compat/testing/app/
DSharedLibraryInfoDeviceTest.java62 private final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); field in SharedLibraryInfoDeviceTest