Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/MockSatelliteGatewayServiceApp/aidl/android/telephony/cts/externalsatellitegatewayservice/
DIExternalMockSatelliteGatewayService.aidl25 interface IExternalMockSatelliteGatewayService { interface
/cts/tests/tests/telephony/current/MockSatelliteGatewayServiceApp/src/android/telephony/cts/externalsatellitegatewayservice/
DExternalMockSatelliteGatewayService.java43 public class CtsConnection extends IExternalMockSatelliteGatewayService.Stub {
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DMockSatelliteServiceManager.java40 import android.telephony.cts.externalsatellitegatewayservice.IExternalMockSatelliteGatewayService;
107 private IExternalMockSatelliteGatewayService mExternalSatelliteGatewayService;
361 IExternalMockSatelliteGatewayService.Stub.asInterface(service); in onServiceConnected()