Searched refs:EXTRA_CLASS (Results 1 – 7 of 7) sorted by relevance
19 EXTRA_CLASS, enumConstant37 return clazz.isInterface() ? FailureType.EXTRA_INTERFACE : FailureType.EXTRA_CLASS; in extra()
172 try (ExpectFailure observer = new ExpectFailure(FailureType.EXTRA_CLASS)) { in testDetectUnauthorizedClassApi()183 try (ExpectFailure observer = new ExpectFailure(FailureType.EXTRA_CLASS)) { in testDetectUnauthorizedClassApi()
53 resultObserver.notifyFailure(FailureType.EXTRA_CLASS, in checkSignatureCompliance()
23 import static com.android.bedstead.dpmwrapper.Utils.EXTRA_CLASS;80 String className = intent.getStringExtra(EXTRA_CLASS); in runManagerMethod()
52 static final String EXTRA_CLASS = "className"; field in Utils
24 import static com.android.bedstead.dpmwrapper.Utils.EXTRA_CLASS;290 .putExtra(EXTRA_CLASS, wrappedClassName) in getSystemService()
572 field public static final String EXTRA_CLASS = "android.bluetooth.device.extra.CLASS";