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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
PolicyServiceProxy.java 81 public void remoteWipe() throws RemoteException {
84 mService.remoteWipe();
86 }, "remoteWipe");
115 public static void remoteWipe(Context context) {
117 new PolicyServiceProxy(context).remoteWipe();
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 669 public void remoteWipe() {
    [all...]

Completed in 52 milliseconds