OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:policyType
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Exchange/tests/src/com/android/exchange/eas/
EasProvisionTests.java
45
final String
policyType
= "Test_Policy";
57
expectedResult.data(Tags.PROVISION_POLICY_TYPE,
policyType
);
64
mContext, userAgent, policyKey,
policyType
, status, phase, protocolVersion);
75
final String
policyType
= "Test_Policy";
88
expectedResult.data(Tags.PROVISION_POLICY_TYPE,
policyType
);
95
mContext, userAgent, policyKey,
policyType
, status, phase, protocolVersion);
106
final String
policyType
= "Test_Policy";
123
mContext, userAgent, policyKey,
policyType
, status, phase, protocolVersion);
134
final String
policyType
= "Test_Policy";
146
expectedResult.data(Tags.PROVISION_POLICY_TYPE,
policyType
);
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/adapter/
ProvisionParser.java
533
String
policyType
= null;
537
policyType
= getValue();
538
LogUtils.d(TAG, "Policy type: %s",
policyType
);
547
if (
policyType
.equalsIgnoreCase(EasProvision.EAS_2_POLICY_TYPE)) {
/packages/apps/Exchange/src/com/android/exchange/eas/
EasProvision.java
225
* @param
policyType
EAS specific tag for Provision requests.
233
final String
policyType
, final String status, final int phase,
254
s.data(Tags.PROVISION_POLICY_TYPE,
policyType
);
272
final String
policyType
= getPolicyType();
276
policyType
, mStatus, mPhase, protocolVersion);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.configurator_3.3.100.v20100512.jar
Completed in 317 milliseconds