HomeSort by relevance Sort by last modified time
    Searched refs:Stub (Results 176 - 200 of 1010) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/services/Car/car-lib/src/android/car/content/pm/
CarAppBlockingPolicyService.java 71 private class ICarAppBlockingPoicyImpl extends ICarAppBlockingPolicy.Stub {
  /packages/services/Car/service/src/com/android/car/
CarInfoService.java 30 public class CarInfoService extends ICarInfo.Stub implements CarServiceBase {
PerUserCarService.java 87 private final class CarUserServiceBinder extends ICarUserService.Stub {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java 123 private final IRemoteService.Stub mBinder = new IRemoteService.Stub() {
135 private final ISecondary.Stub mSecondaryBinder = new ISecondary.Stub() {
314 mService = IRemoteService.Stub.asInterface(service);
355 mSecondaryService = ISecondary.Stub.asInterface(service);
443 private IRemoteServiceCallback mCallback = new IRemoteServiceCallback.Stub() {
  /frameworks/base/media/java/android/media/session/
MediaSessionManager.java 86 mService = ISessionManager.Stub.asInterface(b);
141 MediaController controller = new MediaController(mContext, ISessionController.Stub
546 private final IActiveSessionsListener.Stub mStub = new IActiveSessionsListener.Stub() {
576 extends IOnVolumeKeyLongPressListener.Stub {
602 private static final class OnMediaKeyListenerImpl extends IOnMediaKeyListener.Stub {
633 private static final class CallbackImpl extends ICallback.Stub {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16-intermix.s 201 # Stub function for m16_d (double)
249 # Stub function for m16_static_d (double)
297 # Stub function for m16_static1_d (double)
345 # Stub function for m16_static32_d (double)
393 # Stub function for m16_static16_d (double)
668 # Stub function for m16_dl (double)
724 # Stub function for m16_static_dl (double)
780 # Stub function for m16_static1_dl (double)
836 # Stub function for m16_static32_dl (double)
892 # Stub function for m16_static16_dl (double
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-intermix-2.s 201 # Stub function for m16_d (double)
249 # Stub function for m16_static_d (double)
297 # Stub function for m16_static1_d (double)
345 # Stub function for m16_static32_d (double)
393 # Stub function for m16_static16_d (double)
668 # Stub function for m16_dl (double)
724 # Stub function for m16_static_dl (double)
780 # Stub function for m16_static1_dl (double)
836 # Stub function for m16_static32_dl (double)
892 # Stub function for m16_static16_dl (double
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/television/
UninstallAppProgress.java 119 final IPackageDeleteObserver2 observer = IPackageDeleteObserver2.Stub
153 IDevicePolicyManager dpm = IDevicePolicyManager.Stub.asInterface(
191 IPackageManager packageManager = IPackageManager.Stub.asInterface(
264 final IPackageDeleteObserver2 observer = IPackageDeleteObserver2.Stub
309 private class PackageDeleteObserver extends IPackageDeleteObserver.Stub {
  /frameworks/base/
preloaded-classes 320 android.accounts.IAccountManager$Stub
321 android.accounts.IAccountManager$Stub$Proxy
323 android.accounts.IAccountManagerResponse$Stub
446 android.app.IActivityManager$Stub
447 android.app.IActivityManager$Stub$Proxy
449 android.app.IAlarmManager$Stub
450 android.app.IAlarmManager$Stub$Proxy
452 android.app.IApplicationThread$Stub
454 android.app.IInstrumentationWatcher$Stub
456 android.app.INotificationManager$Stub
    [all...]
  /prebuilts/sdk/current/support/customtabs/
android-support-customtabs.jar 
  /frameworks/base/cmds/telecom/src/com/android/commands/telecom/
Telecom.java 92 mTelecomService = ITelecomService.Stub.asInterface(
98 mUserManager = IUserManager.Stub
  /frameworks/base/core/java/android/net/
PacProxySelector.java 49 mProxyService = IProxyService.Stub.asInterface(
61 mProxyService = IProxyService.Stub.asInterface(
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionService.java 72 IVoiceInteractionService mInterface = new IVoiceInteractionService.Stub() {
224 mSystemService = IVoiceInteractionManagerService.Stub.asInterface(
  /frameworks/base/core/tests/coretests/src/android/os/
BinderThreadPriorityTest.java 41 mService = IBinderThreadPriorityService.Stub.asInterface(service);
51 private static class ServiceStub extends IBinderThreadPriorityService.Stub {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardService.java 68 private final IKeyguardService.Stub mBinder = new IKeyguardService.Stub() {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
SecurityControllerTest.java 57 private final IKeyChainService.Stub mKeyChainService = mock(IKeyChainService.Stub.class);
78 // Without this line, mKeyChainService gets wrapped in a proxy when Stub.asInterface() is
  /frameworks/base/services/core/java/com/android/server/location/
GeofenceProxy.java 104 mGeofenceHardware = IGeofenceHardware.Stub.asInterface(service);
120 IGeofenceProvider provider = IGeofenceProvider.Stub.asInterface(
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintServiceRecommendationService.java 200 mService = (IRecommendationService)IRecommendationService.Stub.asInterface(service);
203 mService.registerCallbacks(new IRecommendationServiceCallbacks.Stub() {
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 122 private final IBordeauxService.Stub mBinder = new IBordeauxService.Stub() {
  /frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsService.java 83 private ICustomTabsService.Stub mBinder = new ICustomTabsService.Stub() {
  /hardware/libhardware/modules/soundtrigger/
Android.mk 17 # Stub sound_trigger HAL module, used for tests
20 LOCAL_MODULE := sound_trigger.stub.default
  /packages/apps/Settings/src/com/android/settings/
CryptKeeperConfirm.java 86 IStorageManager storageManager = IStorageManager.Stub.asInterface(service);
143 IStorageManager storageManager = IStorageManager.Stub.asInterface(service);
  /packages/services/Car/car-lib/src/android/car/hardware/radio/
CarRadioManager.java 83 private static class CarRadioEventListenerToService extends ICarRadioEventListener.Stub {
116 mService = ICarRadio.Stub.asInterface(service);
  /packages/services/Car/libvehiclemonitor/java/src/com/android/car/vehiclemonitor/
VehicleMonitor.java 73 service = IVehicleMonitor.Stub.asInterface(
152 private static class IVehicleMonitorListenerImpl extends IVehicleMonitorListener.Stub {
  /packages/services/Car/service/src/com/android/car/pm/
AppBlockingPolicyProxy.java 111 mPolicyService = ICarAppBlockingPolicy.Stub.asInterface(service);
151 private class ICarAppBlockingPolicySetterImpl extends ICarAppBlockingPolicySetter.Stub {

Completed in 793 milliseconds

1 2 3 4 5 6 78 91011>>