OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setLogging
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IEmailService.aidl
44
oneway void
setLogging
(int on);
EmailServiceProxy.java
262
public void
setLogging
(final int flags) throws RemoteException {
266
mService.
setLogging
(flags);
268
}, "
setLogging
");