Searched refs:mCallGatewayManager (Results 1 - 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DCallController.java73 final private CallGatewayManager mCallGatewayManager; field in class:CallController
126 mCallGatewayManager = callGatewayManager;
437 final RawGatewayInfo rawGatewayInfo = mCallGatewayManager.getRawGatewayInfo(intent, number);
447 mCallGatewayManager);
H A DCallModeler.java91 private final CallGatewayManager mCallGatewayManager; field in class:CallModeler
103 mCallGatewayManager = callGatewayManager;
525 final RawGatewayInfo info = mCallGatewayManager.getGatewayInfo(connection);
533 mCallGatewayManager.clearGatewayData(connection);
575 RawGatewayInfo info = mCallGatewayManager.getGatewayInfo(connection);
H A DBluetoothPhoneService.java65 private CallGatewayManager mCallGatewayManager; field in class:BluetoothPhoneService
110 mCallGatewayManager = CallGatewayManager.getInstance();
533 RawGatewayInfo rawInfo = mCallGatewayManager.getGatewayInfo(connection);
676 RawGatewayInfo rawInfo = mCallGatewayManager.getGatewayInfo(connection);

Completed in 213 milliseconds