OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:remoteWipe
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
PolicyServiceProxy.java
83
public void
remoteWipe
() throws RemoteException {
87
mService.
remoteWipe
();
89
}, "
remoteWipe
");
119
public static void
remoteWipe
(Context context) {
121
new PolicyServiceProxy(context).
remoteWipe
();
/packages/apps/Email/src/com/android/email/
SecurityPolicy.java
653
public void
remoteWipe
() {
[
all
...]
Completed in 703 milliseconds