Searched refs:OffsetsWithStatusCode (Results 1 – 1 of 1) sorted by relevance
| /cts/tests/tests/uprobestats/src/android/os/instrumentation/cts/ |
| D | DynamicInstrumentationManagerTest.java | 77 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() 163 private static OffsetsWithStatusCode getOffsetsWithStatusCode( in getOffsetsWithStatusCode() 170 private static class OffsetsWithStatusCode { class in DynamicInstrumentationManagerTest 174 private OffsetsWithStatusCode( in OffsetsWithStatusCode() method in DynamicInstrumentationManagerTest.OffsetsWithStatusCode [all …]
|