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.java312 static final int EVENT_DISCONNECT_ALL = BASE + 6; field in DataConnection
347 sCmdToString[EVENT_DISCONNECT_ALL - BASE] = "EVENT_DISCONNECT_ALL";
1728 case EVENT_DISCONNECT_ALL: in processMessage()
1966 case EVENT_DISCONNECT_ALL: in processMessage()
2341 case EVENT_DISCONNECT_ALL: { in processMessage()
2808 sendMessage(DataConnection.EVENT_DISCONNECT_ALL, in tearDownAll()