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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DServiceProxy.java150 public ServiceProxy setTimeout(int secs) { method in class:ServiceProxy
176 * set with {@link #setTimeout}).
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java243 public boolean setTimeout(int tech, int timeout) { method in class:NativeNfcManager
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java307 public boolean setTimeout(int tech, int timeout) { method in class:NativeNfcManager
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java233 public boolean setTimeout(int technology, int timeout); method in interface:DeviceHost
H A DNfcService.java862 mDeviceHost.setTimeout(TagTechnology.ISO_DEP, 10000);
1502 public int setTimeout(int tech, int timeout) throws RemoteException { method in class:NfcService.TagService
1504 boolean success = mDeviceHost.setTimeout(tech, timeout);
1642 mDeviceHost.setTimeout(TagTechnology.ISO_DEP, 30000);

Completed in 166 milliseconds