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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DServiceProxy.java156 public ServiceProxy setTimeout(int secs) { method in class:ServiceProxy
182 * set with {@link #setTimeout}).
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java206 public boolean setTimeout(int tech, int timeout) { method in class:NativeNfcManager
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java265 public boolean setTimeout(int tech, int timeout) { method in class:NativeNfcManager
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DAddAccessoryActivity.java504 private void setTimeout(int timeout) { method in class:AddAccessoryActivity
710 setTimeout(PAIR_OPERATION_TIMEOUT);
713 setTimeout(CONNECT_OPERATION_TIMEOUT);
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java205 public boolean setTimeout(int technology, int timeout); method in interface:DeviceHost
H A DNfcService.java1297 public int setTimeout(int tech, int timeout) throws RemoteException { method in class:NfcService.TagService
1299 boolean success = mDeviceHost.setTimeout(tech, timeout);

Completed in 280 milliseconds