Searched refs:HandoverParams (Results 1 – 3 of 3) sorted by relevance
39 import com.android.internal.telephony.dataconnection.TransportManager.HandoverParams;127 HandoverParams params = (HandoverParams) ar.result; in testHandoverNeeded()153 params = (HandoverParams) ar.result; in testHandoverNeeded()236 HandoverParams params = (HandoverParams) ar.result; in testBackToBackHandoverNeeded()
42 import com.android.internal.telephony.dataconnection.TransportManager.HandoverParams;78 private final Map<Message, HandoverParams> mPendingHandovers = new HashMap<>();169 HandoverParams handoverParams = (HandoverParams) ar.result; in handleMessage()184 HandoverParams handoverParams = mPendingHandovers.remove(msg); in handleMessage()316 HandoverParams handoverParams) { in onDataHandoverNeeded()376 int targetTransport, HandoverParams handoverParams) { in onDataHandoverSetupCompleted()
193 public static final class HandoverParams { class in TransportManager209 HandoverParams(int apnType, int targetTransport, HandoverCallback callback) { in HandoverParams() method in TransportManager.HandoverParams350 new HandoverParams(networks.apnType, targetTransport, success -> { in updateAvailableNetworks()