Home
last modified time | relevance | path

Searched defs:timeoutInMs (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DGattConnectionManager.java245 long timeoutInMs; in getTimeoutMs() local
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp121 AidlVhalClient::AidlVhalClient(std::shared_ptr<IVehicle> hal, int64_t timeoutInMs) : in AidlVhalClient()
124 AidlVhalClient::AidlVhalClient(std::shared_ptr<IVehicle> hal, int64_t timeoutInMs, in AidlVhalClient()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java1195 public void pausePolling(int timeoutInMs) { in pausePolling()
1207 mHandler.obtainMessage(MSG_RESUME_POLLING), timeoutInMs); in pausePolling() local
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java2213 long timeoutInMs) { in sendRequest()
2243 WorkSource workSource, long timeoutInMs) { in sendRequest()