Home
last modified time | relevance | path

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

/cts/tests/signature/lib/common/src/android/signature/cts/
DFailureType.java19 EXTRA_CLASS, enumConstant
37 return clazz.isInterface() ? FailureType.EXTRA_INTERFACE : FailureType.EXTRA_CLASS; in extra()
/cts/tests/signature/tests/src/android/signature/cts/tests/
DAnnotationCheckerTest.java172 try (ExpectFailure observer = new ExpectFailure(FailureType.EXTRA_CLASS)) { in testDetectUnauthorizedClassApi()
183 try (ExpectFailure observer = new ExpectFailure(FailureType.EXTRA_CLASS)) { in testDetectUnauthorizedClassApi()
DFailureHandlingTest.java53 resultObserver.notifyFailure(FailureType.EXTRA_CLASS, in checkSignatureCompliance()
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DDeviceOwnerHelper.java23 import static com.android.bedstead.dpmwrapper.Utils.EXTRA_CLASS;
80 String className = intent.getStringExtra(EXTRA_CLASS); in runManagerMethod()
DUtils.java52 static final String EXTRA_CLASS = "className"; field in Utils
DTestAppSystemServiceFactory.java24 import static com.android.bedstead.dpmwrapper.Utils.EXTRA_CLASS;
290 .putExtra(EXTRA_CLASS, wrappedClassName) in getSystemService()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dbluetooth-current.txt572 field public static final String EXTRA_CLASS = "android.bluetooth.device.extra.CLASS";