Searched refs:asInterface (Results 1 - 25 of 370) sorted by last modified time

1234567891011>>

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationManagerCompat.java364 record.service = INotificationSideChannel.Stub.asInterface(iBinder);
/frameworks/support/compat/java/android/support/v4/os/
H A DResultReceiver.java138 mReceiver = IResultReceiver.Stub.asInterface(in.readStrongBinder());
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsServiceConnection.java33 ICustomTabsService.Stub.asInterface(service), name) {
H A DCustomTabsSessionToken.java46 return new CustomTabsSessionToken(ICustomTabsCallback.Stub.asInterface(binder));
H A DPostMessageServiceConnection.java37 mSessionBinder = ICustomTabsCallback.Stub.asInterface(session.getCallbackBinder());
64 mService = IPostMessageService.Stub.asInterface(service);
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserCompat.java1857 IMediaSession sessionToken = IMediaSession.Stub.asInterface(
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DMediaControllerCompat.java1279 mBinder = IMediaSession.Stub.asInterface((IBinder) token.getToken());
2067 mediaControllerImpl.mExtraBinder = IMediaSession.Stub.asInterface(
/frameworks/opt/telephony/src/java/android/telephony/
H A DCarrierMessagingServiceManager.java92 onServiceReady(ICarrierMessagingService.Stub.asInterface(service));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java47 mRegistry = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService(
H A DIccProvider.java399 IIccPhoneBook iccIpb = IIccPhoneBook.Stub.asInterface(
441 IIccPhoneBook iccIpb = IIccPhoneBook.Stub.asInterface(
467 IIccPhoneBook iccIpb = IIccPhoneBook.Stub.asInterface(
493 IIccPhoneBook iccIpb = IIccPhoneBook.Stub.asInterface(
H A DInboundSmsHandler.java586 onlyCore = IPackageManager.Stub.asInterface(ServiceManager.getService("package")).
H A DPhoneFactory.java224 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(
H A DSubscriptionController.java247 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService(
H A DSubscriptionInfoUpdater.java121 mPackageManager = IPackageManager.Stub.asInterface(ServiceManager.getService("package"));
H A DTelephonyComponentFactory.java154 return IDeviceIdleController.Stub.asInterface(
H A DWapPushOverSms.java123 mWapPushManager = IWapPushManager.Stub.asInterface(service);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1044 final ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsServiceController.java90 mIImsServiceController = IImsServiceController.Stub.asInterface(service);
235 mPackageManager = IPackageManager.Stub.asInterface(ServiceManager.getService("package"));
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimPhoneBookTest.java34 IIccPhoneBook.Stub.asInterface(ServiceManager.getService("simphonebook"));
H A DSimSmsTest.java34 ISms sms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipManager.java176 mSipService = ISipService.Stub.asInterface(b);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DFrameworkFacade.java90 return IBatteryStats.Stub.asInterface(getService(BatteryStats.SERVICE_NAME));
H A DRttService.java410 IClientInterface.Stub.asInterface(interfaces.get(0)));
H A DSupplicantStaIfaceHal.java356 return ISupplicantStaIface.asInterface(iface.asBinder());
669 ISupplicantStaNetwork.asInterface(newNetwork.value.asBinder()));
734 ISupplicantStaNetwork.asInterface(gotNetwork.value.asBinder()));
H A DWifiCertManager.java146 IDevicePolicyManager pm = IDevicePolicyManager.Stub.asInterface(

Completed in 566 milliseconds

1234567891011>>