OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallController
(Results
1 - 3
of
3
) sorted by null
/packages/services/Telephony/src/com/android/phone/
CallController.java
53
* The single
CallController
instance stays around forever; it's not tied
61
public class
CallController
extends Handler {
62
private static final String TAG = "
CallController
";
68
/** The singleton
CallController
instance. */
69
private static
CallController
sInstance;
98
* Initialize the singleton
CallController
instance.
101
* From then on, the
CallController
instance is available via the
102
* PhoneApp's public "
callController
" field, which is why there's no
105
/* package */ static
CallController
init(PhoneGlobals app, CallLogger callLogger,
107
synchronized (
CallController
.class)
[
all
...]
EmergencyCallHelper.java
38
* Helper class for the {@link
CallController
} that implements special
47
* {@link
CallController
} singleton.
67
private
CallController
mCallController;
76
public EmergencyCallHelper(
CallController
callController
) {
78
mCallController =
callController
;
108
* This method is called from the
CallController
placeCall() sequence
166
// reason the
CallController
would call this method in the first
362
// of the behavior from
CallController
.placeCallInternal() here.
441
* activity from the EmergencyCallHelper until the
CallController
[
all
...]
PhoneGlobals.java
126
CallController
callController
;
321
// Create the
CallController
singleton, which is the interface
324
callController
=
CallController
.init(this, callLogger, callGatewayManager);
[
all
...]
Completed in 410 milliseconds