HomeSort by relevance Sort by last modified time
    Searched defs:PolicyServiceProxy (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
PolicyServiceProxy.java 28 public class PolicyServiceProxy extends ServiceProxy implements IPolicyService {
30 private static final String TAG = "PolicyServiceProxy";
38 public PolicyServiceProxy(Context _context) {
101 return new PolicyServiceProxy(context).isActive(policies);
109 new PolicyServiceProxy(context).setAccountHoldFlag(account.mId, newState);
117 new PolicyServiceProxy(context).remoteWipe();
126 new PolicyServiceProxy(context).setAccountPolicy(accountId, policy, securityKey);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasSyncService.java 55 import com.android.emailcommon.service.PolicyServiceProxy;
    [all...]

Completed in 23 milliseconds