HomeSort by relevance Sort by last modified time
    Searched full:policyservice (Results 1 - 7 of 7) sorted by null

  /packages/apps/Exchange/src/com/android/exchange/
SecurityPolicyDelegate.java 40 throw new IllegalStateException("PolicyService transaction failed");
48 throw new IllegalStateException("PolicyService transaction failed");
56 throw new IllegalStateException("PolicyService transaction failed");
72 throw new IllegalStateException("PolicyService transaction failed");
89 throw new IllegalStateException("PolicyService transaction failed");
ExchangeService.java 639 // the hold; otherwise, ping PolicyService that this account's
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
PolicyServiceProxy.java 32 // The intent used by sync adapter services to connect to the PolicyService
172 throw new IllegalStateException("PolicyService transaction failed");
180 throw new IllegalStateException("PolicyService transaction failed");
188 throw new IllegalStateException("PolicyService transaction failed");
204 throw new IllegalStateException("PolicyService transaction failed");
221 throw new IllegalStateException("PolicyService transaction failed");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/net/
NetworkOverLimitActivity.java 77 final INetworkPolicyManager policyService = INetworkPolicyManager.Stub.asInterface(
80 policyService.snoozePolicy(template);
  /packages/apps/Email/src/com/android/email/service/
PolicyService.java 28 public class PolicyService extends Service {
  /packages/apps/Settings/src/com/android/settings/net/
NetworkPolicyEditor.java 56 public NetworkPolicyEditor(INetworkPolicyManager policyService) {
57 mPolicyService = checkNotNull(policyService);
  /packages/apps/Email/
AndroidManifest.xml 375 android:name=".service.PolicyService"

Completed in 1481 milliseconds