OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Stub
(Results
201 - 225
of
1066
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarTransitions.java
48
mBarService = IStatusBarService.
Stub
.asInterface(
57
new IWallpaperVisibilityListener.
Stub
() {
/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/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/cluster/
CarInstrumentClusterManager.java
161
mService = IInstrumentClusterManagerService.
Stub
.asInterface(service);
218
private class ClusterManagerCallback extends IInstrumentClusterManagerCallback.
Stub
{
/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
{
/packages/services/Telephony/src/com/android/phone/
NetworkQueryService.java
102
private final INetworkQueryService.
Stub
mBinder = new INetworkQueryService.
Stub
() {
/packages/services/Telephony/tests/src/com/android/phone/tests/
CallDialTest.java
158
ITelephony phone = ITelephony.
Stub
.asInterface(ServiceManager.checkService("phone"));
176
ITelephony phone = ITelephony.
Stub
.asInterface(ServiceManager.checkService("phone"));
/platform_testing/utils/crashcollector/src/android/test/crashcollector/
Collector.java
86
IActivityManager iam = IActivityManager.
Stub
.asInterface(am);
166
private class CrashCollector extends IActivityController.
Stub
{
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyServiceClient.java
54
mService = IMyService.
Stub
.asInterface(service);
RemoteSocketFactoryClient.java
58
mService = IRemoteSocketFactory.
Stub
.asInterface(service);
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
Common.java
72
final INetworkStateObserver observer = INetworkStateObserver.
Stub
.asInterface(
/cts/tests/tests/content/src/android/content/cts/
MockSyncAdapter.java
29
public class MockSyncAdapter extends ISyncAdapter.
Stub
{
/cts/tests/tests/security/src/android/security/cts/
IsolatedProcessTest.java
63
mService = IIsolatedService.
Stub
.asInterface(service);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
DebugSupport.h
112
stub
memory.
216
Allocate pool for a new IDT entry
stub
.
218
Copy the generic
stub
into the new buffer and fixup the vector number
221
@param ExceptionType This is the exception type that the new
stub
will be created
223
@param
Stub
On successful exit, *
Stub
contains the newly allocated entry
stub
.
229
OUT VOID **
Stub
270
Creates a nes entry
stub
. Then saves the current IDT entry and replaces it
274
This code executes in boot services context. The
stub
entry executes in interrupt
[
all
...]
/external/ims/rcs/rcsservice/src/com/android/service/ims/
RcsService.java
205
IRcsPresence.
Stub
mIRcsPresenceImpl = new IRcsPresence.
Stub
(){
347
private final IRcsService.
Stub
mBinder = new IRcsService.
Stub
() {
/frameworks/base/cmds/svc/src/com/android/commands/svc/
PowerCommand.java
50
IPowerManager pm = IPowerManager.
Stub
.asInterface(
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
UiAutomationShellWrapper.java
85
private class DummyActivityController extends IActivityController.
Stub
{
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestCase.java
128
IInputMethodManager im = IInputMethodManager.
Stub
.asInterface(ServiceManager
/frameworks/base/cmds/vr/src/com/android/commands/vr/
Vr.java
60
mVrService = IVrManager.
Stub
.asInterface(ServiceManager.getService(Context.VR_SERVICE));
/frameworks/base/core/java/android/app/
UiModeManager.java
126
mService = IUiModeManager.
Stub
.asInterface(
Completed in 1493 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>