OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Stub
(Results
426 - 450
of
1010
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Car/Hvac/src/com/android/car/hvac/
LocalHvacPropertyService.java
82
private final IBinder mCarPropertyService = new ICarProperty.
Stub
(){
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
LensPickerTrampolineActivity.java
227
return IStatusBarService.
Stub
.asInterface(ServiceManager.getService("statusbar"));
/packages/apps/Car/Settings/src/com/android/car/settings/sound/
VolumeControllerPresenter.java
147
private final class VolumnCallback extends IVolumeController.
Stub
{
/packages/apps/Car/Stream/src/com/android/car/stream/
StreamService.java
72
private final IBinder mStreamConsumerService = new IStreamService.
Stub
() {
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
CellBroadcastConfigServiceTest.java
48
ISms.
Stub
mSmsService;
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
PolicyServiceProxy.java
40
mService = IPolicyService.
Stub
.asInterface(binder);
/packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java
150
final IKeyChainAliasCallback.
Stub
callback = new IKeyChainAliasCallback.
Stub
() {
177
IDevicePolicyManager devicePolicyManager = IDevicePolicyManager.
Stub
.asInterface(
439
= IKeyChainAliasCallback.
Stub
.asInterface(
/packages/apps/Nfc/src/com/android/nfc/
ForegroundUtils.java
29
public class ForegroundUtils extends IProcessObserver.
Stub
{
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallUninstalling.java
129
final IPackageDeleteObserver2 observer = IPackageDeleteObserver2.
Stub
/packages/apps/Settings/src/com/android/settings/backup/
BackupSettingsHelper.java
42
private IBackupManager mBackupManager = IBackupManager.
Stub
.asInterface(
/packages/apps/Settings/src/com/android/settings/deviceinfo/
MigrateEstimateTask.java
122
mService = IMediaContainerService.
Stub
.asInterface(service);
/packages/services/BuiltInPrintService/src/com/android/bips/jni/
PdfRender.java
69
mService = IPdfRender.
Stub
.asInterface(service);
/packages/services/Car/car-lib/src/android/car/input/
CarInputHandlingService.java
120
private class InputBinder extends ICarInputListener.
Stub
{
/packages/services/Car/car-lib/src/android/car/navigation/
CarNavigationStatusManager.java
170
mService = IInstrumentClusterNavigation.
Stub
.asInterface(service);
/packages/services/Car/car-lib/src/android/car/vms/
VmsPublisherClientService.java
155
private static class VmsPublisherClientBinder extends IVmsPublisherClient.
Stub
{
/packages/services/Car/service/src/com/android/car/
CarBluetoothUserService.java
33
public class CarBluetoothUserService extends ICarBluetoothUserService.
Stub
{
CarRadioService.java
36
public class CarRadioService extends ICarRadio.
Stub
DrivingStatePolicy.java
48
new ICarSensorEventListener.
Stub
() {
PerUserCarServiceHelper.java
132
mCarUserService = ICarUserService.
Stub
.asInterface(service);
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
VmsRoutingTest.java
138
class MockVmsListener extends IVmsSubscriberClient.
Stub
{
/packages/services/Telecomm/src/com/android/server/telecom/components/
TelecomService.java
143
return IAudioService.
Stub
.asInterface(
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ConnectionServiceFixture.java
197
public class FakeConnectionService extends IConnectionService.
Stub
{
372
IConnectionService.
Stub
.asInterface(mConnectionServiceDelegate.onBind(null));
375
private IConnectionService.
Stub
mConnectionServiceSpy = Mockito.spy(mConnectionService);
529
a.queryRemoteConnectionServices(new RemoteServiceCallback.
Stub
() {
/development/apps/Development/src/com/android/development/
BadBehaviorActivity.java
78
public static class BadController extends IActivityController.
Stub
{
165
IPowerManager pm = IPowerManager.
Stub
.asInterface(b);
/frameworks/base/core/java/android/appwidget/
AppWidgetHost.java
67
static class Callbacks extends IAppWidgetHost.
Stub
{
170
sService = IAppWidgetService.
Stub
.asInterface(b);
/frameworks/base/core/java/android/bluetooth/
BluetoothA2dpSink.java
132
new IBluetoothStateChangeCallback.
Stub
() {
485
mService = IBluetoothA2dpSink.
Stub
.asInterface(Binder.allowBlocking(service));
Completed in 535 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>