OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callCommandService
(Results
1 - 3
of
3
) sorted by null
/packages/services/Telephony/common/src/com/android/services/telephony/common/
ICallHandlerService.aidl
38
void startCallService(ICallCommandService
callCommandService
);
/packages/services/Telephony/src/com/android/phone/
CallHandlerServiceProxy.java
65
private
CallCommandService
mCallCommandService;
109
CallCommandService
callCommandService
, AudioRouter audioRouter) {
114
mCallCommandService =
callCommandService
;
533
* Makes initial service calls to set up
callcommandservice
and audio modes.
PhoneGlobals.java
172
private
CallCommandService
callCommandService
;
485
callCommandService
= new
CallCommandService
(this, mCM, callModeler, dtmfTonePlayer,
490
callCommandService
, audioRouter);
[
all
...]
Completed in 52 milliseconds