OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dcswitchstate
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcSwitchAsyncChannel.java
32
private
DcSwitchState
mDcSwitchState;
67
public DcSwitchAsyncChannel(
DcSwitchState
dcSwitchState
, int id) {
68
mDcSwitchState =
dcSwitchState
;
DcSwitchState.java
41
public class
DcSwitchState
extends StateMachine {
44
private static final String LOG_TAG = "
DcSwitchState
";
68
protected
DcSwitchState
(Phone phone, String name, int id) {
70
if (DBG) log("
DcSwitchState
constructor E");
81
if (DBG) log("
DcSwitchState
constructor X");
86
log("
DcSwitchState
:setupConnection type = " + type);
DctController.java
77
private
DcSwitchState
[] mDcSwitchState;
234
mDcSwitchState = new
DcSwitchState
[mPhoneNum];
243
mDcSwitchState[i] = new
DcSwitchState
(mPhones[i], "
DcSwitchState
-" + phoneId, phoneId);
Completed in 96 milliseconds