Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DMmsServiceBroker.java64 private static final int MSG_TRY_CONNECTING = 1; field in MmsServiceBroker
87 case MSG_TRY_CONNECTING:
116 mConnectionHandler.obtainMessage(MSG_TRY_CONNECTING),
260 mConnectionHandler.obtainMessage(MSG_TRY_CONNECTING)); in getOrConnectService()