OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCallGatewayManager
(Results
1 - 3
of
3
) sorted by null
/packages/services/Telephony/src/com/android/phone/
CallController.java
73
final private CallGatewayManager
mCallGatewayManager
;
126
mCallGatewayManager
= callGatewayManager;
437
final RawGatewayInfo rawGatewayInfo =
mCallGatewayManager
.getRawGatewayInfo(intent, number);
447
mCallGatewayManager
);
CallModeler.java
91
private final CallGatewayManager
mCallGatewayManager
;
103
mCallGatewayManager
= callGatewayManager;
525
final RawGatewayInfo info =
mCallGatewayManager
.getGatewayInfo(connection);
533
mCallGatewayManager
.clearGatewayData(connection);
575
RawGatewayInfo info =
mCallGatewayManager
.getGatewayInfo(connection);
[
all
...]
BluetoothPhoneService.java
65
private CallGatewayManager
mCallGatewayManager
;
110
mCallGatewayManager
= CallGatewayManager.getInstance();
533
RawGatewayInfo rawInfo =
mCallGatewayManager
.getGatewayInfo(connection);
676
RawGatewayInfo rawInfo =
mCallGatewayManager
.getGatewayInfo(connection);
[
all
...]
Completed in 547 milliseconds