HomeSort by relevance Sort by last modified time
    Searched refs:Stub (Results 476 - 500 of 1066) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistManager.java 67 new IVoiceInteractionSessionShowCallback.Stub() {
105 new IVoiceInteractionSessionListener.Stub() {
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamController.java 335 attach(IDreamService.Stub.asInterface(service));
368 final IRemoteCallback mDreamingStartedCallback = new IRemoteCallback.Stub() {
  /frameworks/base/services/core/java/com/android/server/media/
RemoteDisplayProviderProxy.java 228 IRemoteDisplayProvider provider = IRemoteDisplayProvider.Stub.asInterface(service);
424 private static final class ProviderCallback extends IRemoteDisplayCallback.Stub {
  /frameworks/base/services/tests/servicestests/src/com/android/server/net/
ConnOnActivityStartTest.java 133 mCmdReceiverService = ICmdReceiverService.Stub.asInterface(service);
379 extras.putBinder(EXTRA_NETWORK_STATE_OBSERVER, new INetworkStateObserver.Stub() {
  /frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/
GenericSoundModelTest.java 68 soundTriggerService = ISoundTriggerService.Stub.asInterface(
164 // Send trigger to stub HAL
240 // Send trigger to stub HAL
271 public class TestRecognitionStatusCallback extends IRecognitionStatusCallback.Stub {
  /packages/apps/Car/Overview/src/com/android/car/overview/
StreamOverviewActivity.java 197 mService = IStreamService.Stub.asInterface(service);
252 private final IStreamConsumer mStreamConsumer = new IStreamConsumer.Stub() {
  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpService.java 221 private final IMtpService.Stub mBinder =
222 new IMtpService.Stub() {
  /packages/services/Car/car-lib/src/android/car/hardware/
CarSensorManager.java 225 mService = ICarSensor.Stub.asInterface(service);
476 private static class CarSensorEventListenerToService extends ICarSensorEventListener.Stub {
  /packages/services/Car/service/src/com/android/car/
GarageModeService.java 322 mDeviceIdleController = IDeviceIdleController.Stub.asInterface(
346 private final class MaintenanceActivityListener extends IMaintenanceActivityListener.Stub {
  /frameworks/base/core/java/android/app/
ActivityOptions.java 361 mAnimationStartedListener = new IRemoteCallback.Stub() {
386 mAnimationFinishedListener = new IRemoteCallback.Stub() {
    [all...]
  /frameworks/base/services/core/java/com/android/server/power/
ShutdownThread.java 494 IActivityManager.Stub.asInterface(ServiceManager.checkService("activity"));
533 IStorageShutdownObserver observer = new IStorageShutdownObserver.Stub() {
549 final IStorageManager storageManager = IStorageManager.Stub.asInterface(
638 INfcAdapter.Stub.asInterface(ServiceManager.checkService("nfc"));
640 ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
642 IBluetoothManager.Stub.asInterface(ServiceManager.checkService(
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
UserController.java 430 new IIntentReceiver.Stub() {
455 mInjector.broadcastIntentLocked(bootIntent, null, new IIntentReceiver.Stub() {
469 return stopUser(userId, /* force */ true, new IStopUserCallback.Stub() {
575 final IIntentReceiver stoppingReceiver = new IIntentReceiver.Stub() {
605 final IIntentReceiver shutdownReceiver = new IIntentReceiver.Stub() {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 888 // types of the floating point stub
889 // # Stub function to call rettype xxxx (params)
932 OutStreamer->AddComment("\t# Stub function to call " + Twine(RetType) + " " +
    [all...]
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 73 mBmgr = IBackupManager.Stub.asInterface(ServiceManager.getService("backup"));
230 abstract class Observer extends IBackupObserver.Stub {
329 IPackageManager.Stub.asInterface(ServiceManager.getService("package"));
467 new ISelectBackupTransportCallback.Stub() {
631 class RestoreObserver extends IRestoreObserver.Stub {
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.3_r2-robolectric-0.jar 
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 535 // L_foo$stub:
597 for (auto &Stub : Stubs)
598 emitNonLazySymbolPointer(*OutStreamer, Stub.first, Stub.second);
  /external/v8/src/
code-factory.cc 16 // TODO(ishell): make it (const Stub& stub) once CodeStub::GetCode() is const.
17 template <typename Stub>
18 Callable make_callable(Stub& stub) {
19 typedef typename Stub::Descriptor Descriptor;
20 return Callable(stub.GetCode(), Descriptor(stub.isolate()));
27 CEntryStub stub(isolate, result_size);
28 return stub.GetCode()
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java 305 new IBluetoothStateChangeCallback.Stub() {
    [all...]
  /frameworks/base/core/java/android/hardware/input/
InputManager.java 229 sInstance = new InputManager(IInputManager.Stub
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 218 private final IAccessibilityManagerClient.Stub mClient =
219 new IAccessibilityManagerClient.Stub() {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarFragment.java 55 import android.view.IRotationWatcher.Stub;
640 private final Stub mRotationWatcher = new Stub() {
  /frameworks/base/services/autofill/java/com/android/server/autofill/
RemoteFillService.java 349 mAutoFillService = IAutoFillService.Stub.asInterface(service);
520 mCallback = new IFillCallback.Stub() {
625 mCallback = new ISaveCallback.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...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneSwitcherTest.java 202 final ITelephonyRegistry.Stub telRegistryMock = new TelephonyRegistryMock();
373 // not ready yet - Phone turns out to be hard to stub out
435 final ITelephonyRegistry.Stub telRegistryMock = new TelephonyRegistryMock();
508 final ITelephonyRegistry.Stub telRegistryMock = new TelephonyRegistryMock();

Completed in 1500 milliseconds

<<11121314151617181920>>