OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGatewayInfo
(Results
1 - 3
of
3
) sorted by null
/packages/services/Telephony/src/com/android/phone/
CallGatewayManager.java
126
public RawGatewayInfo
getGatewayInfo
(Connection connection) {
BluetoothPhoneService.java
533
RawGatewayInfo rawInfo = mCallGatewayManager.
getGatewayInfo
(connection);
676
RawGatewayInfo rawInfo = mCallGatewayManager.
getGatewayInfo
(connection);
[
all
...]
CallModeler.java
525
final RawGatewayInfo info = mCallGatewayManager.
getGatewayInfo
(connection);
575
RawGatewayInfo info = mCallGatewayManager.
getGatewayInfo
(connection);
[
all
...]
Completed in 596 milliseconds