Home
last modified time | relevance | path

Searched refs:MSG_TRY_CONNECTING (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DMmsServiceBroker.java66 private static final int MSG_TRY_CONNECTING = 1; field in MmsServiceBroker
89 case MSG_TRY_CONNECTING:
118 mConnectionHandler.obtainMessage(MSG_TRY_CONNECTING),
262 mConnectionHandler.obtainMessage(MSG_TRY_CONNECTING)); in getOrConnectService()