Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java360 static final int EVENT_DISCONNECT_ALL = BASE + 6; field in DataConnection
402 sCmdToString[EVENT_DISCONNECT_ALL - BASE] = "EVENT_DISCONNECT_ALL";
2293 case EVENT_DISCONNECT_ALL: in processMessage()
2612 case EVENT_DISCONNECT_ALL: in processMessage()
3055 case EVENT_DISCONNECT_ALL: { in processMessage()
3575 sendMessage(DataConnection.EVENT_DISCONNECT_ALL, in tearDownAll()