Searched refs:ISatellite (Results 1 – 3 of 3) sorted by relevance
31 oneway interface ISatellite { interface
65 private final IBinder mBinder = new ISatellite.Stub() {
44 import android.telephony.satellite.stub.ISatellite;82 @Nullable private ISatellite mSatelliteService;290 @Nullable public ISatellite getService() { in getService()371 mSatelliteService = ISatellite.Stub.asInterface(service); in onServiceConnected()