Searched defs:setTimeout (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DServiceProxy.java108 public ServiceProxy setTimeout(int secs) { method in class:ServiceProxy
/packages/apps/Nfc/src/com/android/nfc/nxp/
H A DNativeNfcManager.java205 public boolean setTimeout(int tech, int timeout) { method in class:NativeNfcManager
H A DNativeNfcTag.java98 public synchronized void setTimeout(int timeout) { method in class:NativeNfcTag.PresenceCheckWatchdog
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java190 public boolean setTimeout(int technology, int timeout); method in interface:DeviceHost
H A DNfcService.java580 mDeviceHost.setTimeout(TagTechnology.ISO_DEP, 10000);
1108 public int setTimeout(int tech, int timeout) throws RemoteException { method in class:NfcService.TagService
1110 boolean success = mDeviceHost.setTimeout(tech, timeout);
1215 mDeviceHost.setTimeout(TagTechnology.ISO_DEP, 10000);

Completed in 1788 milliseconds