HomeSort by relevance Sort by last modified time
    Searched defs:timeoutResponse (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/gps/msm8998/location/
LocationAPI.h 459 GnssNiResponse timeoutResponse; // the response that should be sent when timeout expires
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java 415 Object timeoutResponse = getResponseForTimedOutRILRequest(rr);
416 AsyncResult.forMessage( rr.mResult, timeoutResponse, null);
454 Object timeoutResponse = null;
457 timeoutResponse = new ModemActivityInfo(
461 return timeoutResponse;
    [all...]

Completed in 784 milliseconds