Home
last modified time | relevance | path

Searched refs:getOffsetsWithStatusCode (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/uprobestats/src/android/os/instrumentation/cts/
DDynamicInstrumentationManagerTest.java77 OffsetsWithStatusCode result = getOffsetsWithStatusCode(FQCN_IN_ART_PROFILE, in aotCompiled()
97 OffsetsWithStatusCode result = getOffsetsWithStatusCode( in appAotCompiled()
113 OffsetsWithStatusCode result = getOffsetsWithStatusCode( in jitCompiled_null()
126 OffsetsWithStatusCode result = getOffsetsWithStatusCode(FQCN_IN_ART_PROFILE, in noPermission_SecurityException()
140 OffsetsWithStatusCode result = getOffsetsWithStatusCode(0, 0, "foo", FQCN_IN_ART_PROFILE, in appProcessNotFound()
152 OffsetsWithStatusCode result = getOffsetsWithStatusCode("", "", new String[]{}); in notFound_IllegalArgumentException()
157 private static OffsetsWithStatusCode getOffsetsWithStatusCode(String fqcn, String methodName, in getOffsetsWithStatusCode() method in DynamicInstrumentationManagerTest
159 return getOffsetsWithStatusCode(0, 0, SYSTEM_SERVER, fqcn, methodName, in getOffsetsWithStatusCode()
163 private static OffsetsWithStatusCode getOffsetsWithStatusCode( in getOffsetsWithStatusCode() method in DynamicInstrumentationManagerTest