OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Stub
(Results
401 - 425
of
843
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java
234
new IBluetoothStateChangeCallback.
Stub
() {
[
all
...]
BluetoothInputDevice.java
208
new IBluetoothStateChangeCallback.
Stub
() {
482
mService = IBluetoothInputDevice.
Stub
.asInterface(service);
/frameworks/base/core/java/android/content/pm/
LauncherApps.java
274
this(context, ILauncherApps.
Stub
.asInterface(
706
private IOnAppsChangedListener.
Stub
mAppsChangedListener = new IOnAppsChangedListener.
Stub
() {
[
all
...]
/frameworks/base/core/java/android/hardware/input/
InputManager.java
229
sInstance = new InputManager(IInputManager.
Stub
.asInterface(b));
[
all
...]
/frameworks/base/services/core/java/com/android/server/
VibratorService.java
59
public class VibratorService extends IVibratorService.
Stub
211
mAppOpsService = IAppOpsService.
Stub
.asInterface(ServiceManager.getService(Context.APP_OPS_SERVICE));
212
mBatteryStatsService = IBatteryStats.
Stub
.asInterface(ServiceManager.getService(
MmsServiceBroker.java
95
mService = IMms.
Stub
.asInterface(service);
327
private final class BinderService extends IMms.
Stub
{
/frameworks/base/services/print/java/com/android/server/print/
RemotePrintSpooler.java
699
mRemoteInstance = IPrintSpooler.
Stub
.asInterface(service);
864
extends IPrintSpoolerCallbacks.
Stub
{
906
private static final class PrintSpoolerClient extends IPrintSpoolerClient.
Stub
{
[
all
...]
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
VehicleNetwork.java
90
service = IVehicleNetwork.
Stub
.asInterface(ServiceManager.getService(
608
private static class IVehicleNetworkListenerImpl extends IVehicleNetworkListener.
Stub
{
641
private static class IVehicleNetworkHalMockImpl extends IVehicleNetworkHalMock.
Stub
{
/external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar
/development/apps/Development/src/com/android/development/
SyncAdapterDriver.java
223
private class MyServiceConnection extends ISyncContext.
Stub
implements ServiceConnection {
233
mBoundSyncAdapter = ISyncAdapter.
Stub
.asInterface(service);
/frameworks/base/core/tests/coretests/src/android/os/
AidlTest.java
36
mRemote = IAidlTest.
Stub
.asInterface(mLocal);
87
private static class AidlObject extends IAidlTest.
Stub
{
/frameworks/base/media/java/android/media/audiopolicy/
AudioPolicy.java
424
private final IAudioPolicyCallback mPolicyCb = new IAudioPolicyCallback.
Stub
() {
524
sService = IAudioService.
Stub
.asInterface(b);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
NotificationController.java
403
IPrintManager printManager = IPrintManager.
Stub
.asInterface(
440
IPrintManager printManager = IPrintManager.
Stub
.asInterface(
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
StorageMeasurement.java
186
private static class StatsObserver extends IPackageStatsObserver.
Stub
{
283
final IMediaContainerService imcs = IMediaContainerService.
Stub
.asInterface(
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsTransitionHelper.java
179
return new IRemoteCallback.
Stub
() {
236
return new IAppTransitionAnimationSpecsFuture.
Stub
() {
/frameworks/base/services/core/java/com/android/server/job/
JobServiceContext.java
65
public class JobServiceContext extends IJobCallback.
Stub
implements ServiceConnection {
306
this.service = IJobService.
Stub
.asInterface(service);
/frameworks/base/services/core/java/com/android/server/policy/
ImmersiveModeConfirmation.java
124
IVrManager vrManager = IVrManager.
Stub
.asInterface(
379
private final IVrStateCallbacks mVrStateCallbacks = new IVrStateCallbacks.
Stub
() {
/frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java
154
private class CachePackageDataObserver extends IPackageDataObserver.
Stub
{
224
IPackageManager.
Stub
.asInterface(ServiceManager.getService("package")).
/frameworks/base/services/core/java/com/android/server/trust/
TrustAgentWrapper.java
195
private ITrustAgentServiceCallback mCallback = new ITrustAgentServiceCallback.
Stub
() {
233
mTrustAgentService = ITrustAgentService.
Stub
.asInterface(service);
/frameworks/base/services/tests/servicestests/src/com/android/server/
AccessibilityManagerServiceTest.java
96
mManagerService = IAccessibilityManager.
Stub
.asInterface(iBinder);
566
public class MyMockAccessibilityManagerClient extends IAccessibilityManagerClient.
Stub
{
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerServiceImpl.java
97
mService = IVoiceInteractionService.
Stub
.asInterface(service);
141
mIWindowManager = IWindowManager.
Stub
.asInterface(
/packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java
93
private final IKeyChainService.
Stub
mIKeyChainService = new IKeyChainService.
Stub
() {
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DeleteNonRequiredAppsTask.java
370
class PackageDeleteObserver extends IPackageDeleteObserver.
Stub
{
396
return IInputMethodManager.
Stub
.asInterface(b);
/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
BluetoothMapManager.java
402
mServiceBinder = IBluetoothMapService.
Stub
.asInterface(binder);
444
private static class ServiceCallbacks extends IBluetoothMapServiceCallbacks.
Stub
{
/frameworks/base/core/java/android/app/
ActivityManagerNative.java
303
IVoiceInteractionSession session = IVoiceInteractionSession.
Stub
.asInterface(
305
IVoiceInteractor interactor = IVoiceInteractor.
Stub
.asInterface(
409
IVoiceInteractionSession session = IVoiceInteractionSession.
Stub
.asInterface(
451
= b != null ? IIntentReceiver.
Stub
.asInterface(b) : null;
473
IIntentReceiver rec = IIntentReceiver.
Stub
.asInterface(b);
489
b != null ? IIntentReceiver.
Stub
.asInterface(b) : null;
[
all
...]
Completed in 3465 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>