HomeSort by relevance Sort by last modified time
    Searched refs:remoteWipe (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IPolicyService.aidl 27 oneway void remoteWipe();
PolicyServiceProxy.java 107 public void remoteWipe() throws RemoteException {
111 mService.remoteWipe();
113 }, "remoteWipe");
143 public static void remoteWipe(Context context) {
145 new PolicyServiceProxy(context).remoteWipe();
  /packages/apps/Email/provider_src/com/android/email/service/
PolicyService.java 58 public void remoteWipe() {
60 mSecurityPolicy.remoteWipe();
64 LogUtils.e(LOG_TAG, e, "Exception thrown during call to SecurityPolicy#remoteWipe");
  /packages/apps/Email/provider_src/com/android/email/
SecurityPolicy.java 679 public void remoteWipe() {
    [all...]

Completed in 226 milliseconds