Home
last modified time | relevance | path

Searched refs:mSatelliteGatewayServiceConnection (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteSessionController.java118 @Nullable private SatelliteGatewayServiceConnection mSatelliteGatewayServiceConnection; field in SatelliteSessionController
227 if (mSatelliteGatewayServiceConnection != null) { in SatelliteSessionController()
391 if (mSatelliteGatewayServiceConnection != null) { in setSatelliteGatewayServicePackageName()
1040 mSatelliteGatewayServiceConnection = new SatelliteGatewayServiceConnection(); in bindService()
1043 intent, mSatelliteGatewayServiceConnection, Context.BIND_AUTO_CREATE); in bindService()
1072 if (mSatelliteGatewayServiceConnection != null) { in unbindService()
1073 mContext.unbindService(mSatelliteGatewayServiceConnection); in unbindService()
1074 mSatelliteGatewayServiceConnection = null; in unbindService()