Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelperTest.java35 private Class<DevicePolicyManager> mClazz; field in CurrentApiHelperTest
42 mClazz = DevicePolicyManager.class; in setUp()
43 String testPackage = mClazz.getPackage().getName(); in setUp()
44 String testClass = mClazz.getSimpleName(); in setUp()
53 Method publicMethod = mClazz.getMethod("lockNow"); in testGetPublicApisIncludeMethods()
55 publicMethod = mClazz.getMethod("isProfileOwnerApp", String.class); in testGetPublicApisIncludeMethods()
57 publicMethod = mClazz.getMethod("resetPassword", String.class, int.class); in testGetPublicApisIncludeMethods()
59 publicMethod = mClazz.getMethod("hasGrantedPolicy", ComponentName.class, int.class); in testGetPublicApisIncludeMethods()
61 publicMethod = mClazz.getMethod("installCaCert", ComponentName.class, Class.forName("[B")); in testGetPublicApisIncludeMethods()
70 Method privateMethod = mClazz.getDeclaredMethod("throwIfParentInstance", String.class); in testGetPublicApisExcludeMethods()
[all …]
/cts/tests/tests/gameservice/src/android/service/games/testing/
DActivityResult.java157 private final Class<?> mClazz; field in ActivityResult.Failure
161 mClazz = clazz; in Failure()
166 return mClazz; in getClazz()
180 dest.writeSerializable(mClazz); in writeToParcel()