Searched defs:getPolicy (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/
H A DMockVendorPolicy.java29 public static Bundle getPolicy(String policy, Bundle args) { method in class:MockVendorPolicy
/packages/apps/Email/emailcommon/src/com/android/emailcommon/
H A DVendorPolicyLoader.java34 * <code>Bundle getPolicy(String, Bundle)</code>, which serves vendor specific configurations.
42 private static final String GET_POLICY_METHOD = "getPolicy";
140 * Calls the getPolicy method in the policy apk, if one exists. This method never returns null;
142 * getPolicy returns null).
145 public Bundle getPolicy(String policy, Bundle args) { method in class:VendorPolicyLoader
166 return getPolicy(USE_ALTERNATE_EXCHANGE_STRINGS, null)
191 String result = getPolicy(GET_IMAP_ID, params).getString(GET_IMAP_ID);
296 Bundle out = getPolicy(FIND_PROVIDER, params);
/packages/apps/Email/src/com/android/email/activity/setup/
H A DSetupDataFragment.java158 public synchronized Policy getPolicy() { method in class:SetupDataFragment

Completed in 178 milliseconds