Searched refs:CLASS_INSTRUMENTATION (Results 1 – 3 of 3) sorted by relevance
211 SdkConstants.CLASS_INSTRUMENTATION); //$NON-NLS-1$ in updateDescriptors()314 } else if (SdkConstants.CLASS_INSTRUMENTATION.equals(className)) { in overrideClassName()
465 SdkConstants.CLASS_INSTRUMENTATION, true /* testVisibility */); in processInstrumentationNode()
427 public static final String CLASS_INSTRUMENTATION = "android.app.Instrumentation"; //$NON-NLS-1$ field in SdkConstants