Searched refs:remoteWipe (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DIPolicyService.aidl24 oneway void remoteWipe();
H A DPolicyServiceProxy.java83 public void remoteWipe() throws RemoteException { method in class:PolicyServiceProxy
87 mService.remoteWipe();
89 }, "remoteWipe");
119 public static void remoteWipe(Context context) { method in class:PolicyServiceProxy
121 new PolicyServiceProxy(context).remoteWipe();
/packages/apps/Email/src/com/android/email/service/
H A DPolicyService.java55 public void remoteWipe() {
57 mSecurityPolicy.remoteWipe();
61 LogUtils.e(LOG_TAG, e, "Exception thrown during call to SecurityPolicy#remoteWipe");
/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasProvision.java162 PolicyServiceProxy.remoteWipe(mContext);
/packages/apps/Exchange/src/com/android/exchange/
H A DEasSyncService.java1433 PolicyServiceProxy.remoteWipe(context);
1554 String status, boolean remoteWipe) throws IOException {
1565 if (remoteWipe) {
1553 acknowledgeProvisionImpl(EasSyncService svc, String tempKey, String status, boolean remoteWipe) argument
/packages/apps/Email/src/com/android/email/
H A DSecurityPolicy.java653 public void remoteWipe() { method in class:SecurityPolicy

Completed in 139 milliseconds