Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java205 static final int EVENT_DISCONNECT_ALL = BASE + 6; field in DataConnection
224 sCmdToString[EVENT_DISCONNECT_ALL - BASE] = "EVENT_DISCONNECT_ALL";
1177 case EVENT_DISCONNECT_ALL: in processMessage()
1349 case EVENT_DISCONNECT_ALL: in processMessage()
1511 case EVENT_DISCONNECT_ALL: { in processMessage()
1803 case EVENT_DISCONNECT_ALL: { in processMessage()
DDcAsyncChannel.java405 sendMessage(DataConnection.EVENT_DISCONNECT_ALL, in tearDownAll()