OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CERT_INSTALLER_PACKAGE
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DelegatedCertInstallerHelper.java
31
private static final String
CERT_INSTALLER_PACKAGE
= "com.android.cts.certinstaller";
49
mDpm.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT,
CERT_INSTALLER_PACKAGE
,
52
DELEGATION_CERT_INSTALL).contains(
CERT_INSTALLER_PACKAGE
));
56
mDpm.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT,
CERT_INSTALLER_PACKAGE
, Arrays.asList());
58
DELEGATION_CERT_INSTALL).contains(
CERT_INSTALLER_PACKAGE
));
DelegatedCertInstallerTest.java
53
private static final String
CERT_INSTALLER_PACKAGE
= "com.android.cts.certinstaller";
72
CERT_INSTALLER_PACKAGE
, "com.android.cts.certinstaller.CertInstallerReceiver");
195
mDpm.setCertInstallerPackage(ADMIN_RECEIVER_COMPONENT,
CERT_INSTALLER_PACKAGE
);
196
assertEquals(
CERT_INSTALLER_PACKAGE
,
246
mDpm.setCertInstallerPackage(ADMIN_RECEIVER_COMPONENT,
CERT_INSTALLER_PACKAGE
);
247
assertEquals(
CERT_INSTALLER_PACKAGE
,
284
mDpm.setCertInstallerPackage(ADMIN_RECEIVER_COMPONENT,
CERT_INSTALLER_PACKAGE
);
286
CERT_INSTALLER_PACKAGE
);
288
DELEGATION_CERT_INSTALL)).containsExactly(
CERT_INSTALLER_PACKAGE
);
301
mDpm.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT,
CERT_INSTALLER_PACKAGE
,
[
all
...]
Completed in 94 milliseconds