OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTrustAgentConfiguration
(Results
1 - 12
of
12
) sorted by null
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
TrustAgentInfoTest.java
43
assertNull(mDevicePolicyManager.
getTrustAgentConfiguration
(
56
mDevicePolicyManager.
getTrustAgentConfiguration
(
61
.
getTrustAgentConfiguration
(null, NOT_CONFIGURED_TRUST_AGENT_COMPONENT);
65
.
getTrustAgentConfiguration
(null, TRUST_AGENT_COMPONENT);
72
.
getTrustAgentConfiguration
(null, NOT_CONFIGURED_TRUST_AGENT_COMPONENT);
75
.
getTrustAgentConfiguration
(null, TRUST_AGENT_COMPONENT);
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
TrustAgentInfoTest.java
72
mParentDevicePolicyManager.
getTrustAgentConfiguration
(
74
List<PersistableBundle> childConfig = mDevicePolicyManager.
getTrustAgentConfiguration
(
83
parentConfig = mParentDevicePolicyManager.
getTrustAgentConfiguration
(
85
childConfig = mDevicePolicyManager.
getTrustAgentConfiguration
(
101
mParentDevicePolicyManager.
getTrustAgentConfiguration
(
104
mDevicePolicyManager.
getTrustAgentConfiguration
(
116
.
getTrustAgentConfiguration
(null, TRUST_AGENT_COMPONENT);
121
.
getTrustAgentConfiguration
(null, TRUST_AGENT_COMPONENT);
139
assertNull(getDevicePolicyManager(isParent).
getTrustAgentConfiguration
(
148
getDevicePolicyManager(isParent).
getTrustAgentConfiguration
(
[
all
...]
/packages/apps/Settings/src/com/android/settings/
TrustAgentSettings.java
121
&& mDpm.
getTrustAgentConfiguration
(null, agent.component) == null) {
SecuritySettings.java
518
if (admin != null && dpm.
getTrustAgentConfiguration
(
[
all
...]
/frameworks/base/services/core/java/com/android/server/trust/
TrustAgentWrapper.java
363
List<PersistableBundle> config = dpm.
getTrustAgentConfiguration
(
TrustManagerService.java
278
dpm.
getTrustAgentConfiguration
(null /* admin */, name, userInfo.id);
[
all
...]
/frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java
[
all
...]
IDevicePolicyManager.aidl
233
List<PersistableBundle>
getTrustAgentConfiguration
(in ComponentName admin,
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java
[
all
...]
/prebuilts/sdk/23/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 655 milliseconds