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

  /packages/apps/Email/src/com/android/email/service/
IEmailService.aidl 40 void setLogging(int on);
EmailServiceProxy.java 250 public void setLogging(final int on) throws RemoteException {
255 mService.setLogging(on);
  /packages/apps/Email/src/com/android/email/
ExchangeUtils.java 80 * accounts (e.g. setLogging), so this class is added for safety and simplicity.
118 public void setLogging(int on) throws RemoteException {
Controller.java 139 service.setLogging(debugEnabled);
    [all...]