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

1 2 3 45 6 7 8 91011>>

  /frameworks/support/compat/java/android/support/v4/os/
ResultReceiver.java 64 class MyResultReceiver extends IResultReceiver.Stub {
138 mReceiver = IResultReceiver.Stub.asInterface(in.readStrongBinder());
  /packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
KeyChainServiceTestSupport.java 32 private final IKeyChainServiceTestSupport.Stub mIKeyChainServiceTestSupport
33 = new IKeyChainServiceTestSupport.Stub() {
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageBase.java 45 services.mNetworkService = INetworkManagementService.Stub.asInterface(
47 services.mStatsService = INetworkStatsService.Stub.asInterface(
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
MiscService.java 96 private final IService.Stub mBinder = new IService.Stub() {
  /packages/services/Car/car-lib/src/android/car/
CarProjectionManager.java 66 mService = ICarProjection.Stub.asInterface(service);
166 private static class ICarProjectionCallbackImpl extends ICarProjectionCallback.Stub {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 74 private final IRemoteService.Stub mBinder = new IRemoteService.Stub() {
167 mService = IRemoteService.Stub.asInterface(service);
  /frameworks/base/core/java/android/app/trust/
TrustManager.java 49 mService = ITrustManager.Stub.asInterface(b);
137 ITrustListener.Stub iTrustListener = new ITrustListener.Stub() {
  /frameworks/base/core/java/android/hardware/location/
ContextHubManager.java 346 private final IContextHubCallback.Stub mClientCallback = new IContextHubCallback.Stub() {
378 mService = IContextHubService.Stub.asInterface(
  /frameworks/base/core/java/android/service/notification/
ConditionProviderService.java 123 mNoMan = INotificationManager.Stub.asInterface(
135 INotificationManager noMan = INotificationManager.Stub.asInterface(
208 private final class Provider extends IConditionProvider.Stub {
  /frameworks/base/core/java/android/view/
WindowId.java 48 final IWindowFocusObserver.Stub mIObserver = new IWindowFocusObserver.Stub() {
222 mToken = IWindowId.Stub.asInterface(target);
  /frameworks/base/media/java/android/media/
MediaScannerConnection.java 49 private final IMediaScannerListener.Stub mListener = new IMediaScannerListener.Stub() {
254 mService = IMediaScannerService.Stub.asInterface(service);
  /frameworks/base/media/java/android/media/projection/
MediaProjectionManager.java 62 mService = IMediaProjectionManager.Stub.asInterface(b);
97 return new MediaProjection(mContext, IMediaProjection.Stub.asInterface(projection));
168 private final static class CallbackDelegate extends IMediaProjectionWatcherCallback.Stub {
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 13 #include "mcld/Fragment/Stub.h"
135 case Fragment::Stub: {
136 Stub* stub_frag = static_cast<Stub*>(m_pFragment);
  /packages/apps/Settings/src/com/android/settings/applications/
ResetAppsHelper.java 60 mIPm = IPackageManager.Stub.asInterface(ServiceManager.getService("package"));
61 mNm = INotificationManager.Stub.asInterface(
63 mWvus = IWebViewUpdateService.Stub.asInterface(ServiceManager.getService("webviewupdate"));
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
InCallServiceFixture.java 54 public class FakeInCallService extends IInCallService.Stub {
142 private IInCallService.Stub mInCallServiceFake = new FakeInCallService();
143 private IInCallService.Stub mInCallServiceSpy = Mockito.spy(mInCallServiceFake);
  /frameworks/base/core/java/android/app/
UiAutomationConnection.java 56 public final class UiAutomationConnection extends IUiAutomationConnection.Stub {
60 private final IWindowManager mWindowManager = IWindowManager.Stub.asInterface(
63 private final IAccessibilityManager mAccessibilityManager = IAccessibilityManager.Stub
66 private final IPackageManager mPackageManager = IPackageManager.Stub
329 IAccessibilityManager manager = IAccessibilityManager.Stub.asInterface(
352 IAccessibilityManager manager = IAccessibilityManager.Stub.asInterface(
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyService.java 47 private IMyService.Stub mBinder =
48 new IMyService.Stub() {
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
ShellUiAutomatorBridge.java 101 IWindowManager.Stub.asInterface(ServiceManager.getService(Context.WINDOW_SERVICE));
115 IPowerManager.Stub.asInterface(ServiceManager.getService(Context.POWER_SERVICE));
  /frameworks/base/core/java/android/os/
BatteryManager.java 226 mBatteryStats = IBatteryStats.Stub.asInterface(
228 mBatteryPropertiesRegistrar = IBatteryPropertiesRegistrar.Stub.asInterface(
UpdateEngine.java 99 mUpdateEngine = IUpdateEngine.Stub.asInterface(
110 IUpdateEngineCallback updateEngineCallback = new IUpdateEngineCallback.Stub() {
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSessionService.java 46 IVoiceInteractionSessionService mInterface = new IVoiceInteractionSessionService.Stub() {
70 mSystemService = IVoiceInteractionManagerService.Stub.asInterface(
  /frameworks/base/location/java/android/location/
Geocoder.java 61 ILocationManager lm = ILocationManager.Stub.asInterface(b);
85 mService = ILocationManager.Stub.asInterface(b);
  /frameworks/base/location/lib/java/com/android/location/provider/
LocationProviderBase.java 78 private final class Service extends ILocationProvider.Stub {
118 mLocationManager = ILocationManager.Stub.asInterface(b);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsSystemUser.java 39 public class RecentsSystemUser extends IRecentsSystemUserCallbacks.Stub {
58 IRecentsNonSystemUserCallbacks.Stub.asInterface(nonSystemUserCallbacks);
  /frameworks/base/services/core/java/com/android/server/location/
ActivityRecognitionProxy.java 121 IActivityRecognitionHardwareWatcher.Stub.asInterface(binder);
139 IActivityRecognitionHardwareClient.Stub.asInterface(binder);

Completed in 448 milliseconds

1 2 3 45 6 7 8 91011>>