Searched refs:getService (Results 51 - 75 of 351) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/print/mockservice/
H A DStubbablePrinterDiscoverySession.java40 public PrintService getService() { method in class:StubbablePrinterDiscoverySession
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTestUtils.java31 .getService(CameraBinderTestUtils.CAMERA_SERVICE_BINDER_NAME);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningService.java39 WifiScannerImpl.DEFAULT_FACTORY, BatteryStatsService.getService(),
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimSmsTest.java34 ISms sms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java61 ServiceManager.getService(Service.WINDOW_SERVICE));
64 .asInterface(ServiceManager.getService(Service.ACCESSIBILITY_SERVICE));
67 .asInterface(ServiceManager.getService("package"));
330 ServiceManager.getService(Context.ACCESSIBILITY_SERVICE));
353 ServiceManager.getService(Context.ACCESSIBILITY_SERVICE));
H A DUiModeManager.java128 ServiceManager.getService(Context.UI_MODE_SERVICE));
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java118 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
141 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
170 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
200 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
233 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
404 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { method in class:BluetoothGattServer
530 BluetoothGattService service = characteristic.getService();
624 BluetoothGattService intService = getService(service.getUuid(),
684 public BluetoothGattService getService(UUID uuid) { method in class:BluetoothGattServer
H A DBluetoothGatt.java227 BluetoothGattService includedService = getService(mDevice,
527 /*package*/ BluetoothGattService getService(BluetoothDevice device, UUID uuid, method in class:BluetoothGatt
778 public BluetoothGattService getService(UUID uuid) { method in class:BluetoothGatt
808 BluetoothGattService service = characteristic.getService();
851 BluetoothGattService service = characteristic.getService();
894 BluetoothGattService service = characteristic.getService();
935 BluetoothGattService service = characteristic.getService();
1072 BluetoothGattService service = characteristic.getService();
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
H A DTelecom.java90 ServiceManager.getService(Context.TELECOM_SERVICE));
96 .asInterface(ServiceManager.getService(Context.USER_SERVICE));
/frameworks/base/core/java/android/net/
H A DPacProxySelector.java50 ServiceManager.getService(PROXY_SERVICE));
62 ServiceManager.getService(PROXY_SERVICE));
H A DConnectivityMetricsLogger.java54 mService = IConnectivityMetricsLogger.Stub.asInterface(ServiceManager.getService(
/frameworks/base/core/java/android/os/
H A DServiceManagerNative.java59 IBinder service = getService(name);
118 public IBinder getService(String name) throws RemoteException { method in class:ServiceManagerProxy
/frameworks/base/core/java/com/android/server/backup/
H A DSystemBackupAgent.java118 IWallpaperManager wallpaper = (IWallpaperManager) ServiceManager.getService(
165 (IWallpaperManager)ServiceManager.getService(
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DDisplayAdjustmentUtils.java155 final IBinder flinger = ServiceManager.getService("SurfaceFlinger");
177 final IBinder flinger = ServiceManager.getService("SurfaceFlinger");
/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp43 binder = sm->getService(String16("media.player"));
/frameworks/av/services/audioflinger/
H A DServiceUtilities.cpp80 sp<IBinder> binder = sm->getService(String16("permission"));
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java129 .getService(Context.INPUT_METHOD_SERVICE));
/frameworks/base/core/java/android/service/dreams/
H A DSandman.java83 ServiceManager.getService(DreamService.DREAM_SERVICE));
/frameworks/base/core/java/android/widget/
H A DToast.java116 INotificationManager service = getService();
137 getService().cancelToast(mContext.getPackageName(), mTN);
320 static private INotificationManager getService() { method in class:Toast
324 sService = INotificationManager.Stub.asInterface(ServiceManager.getService("notification"));
/frameworks/base/media/java/android/media/
H A DSoundPool.java165 IBinder b = ServiceManager.getService(Context.APP_OPS_SERVICE);
497 private static IAudioService getService() method in class:SoundPool
502 IBinder b = ServiceManager.getService(Context.AUDIO_SERVICE);
508 IAudioService service = getService();
/frameworks/base/media/java/android/media/midi/
H A DMidiDeviceService.java72 ServiceManager.getService(Context.MIDI_SERVICE));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarTransitions.java41 ServiceManager.getService(Context.STATUS_BAR_SERVICE));
/frameworks/base/services/core/java/com/android/server/
H A DHardwarePropertiesManagerService.java100 final VrManagerInternal vrService = LocalServices.getService(VrManagerInternal.class);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DActiveSourceHandler.java52 mService = mSource.getService();
/frameworks/base/services/core/java/com/android/server/policy/
H A DEnableAccessibilityController.java87 .Stub.asInterface(ServiceManager.getService("accessibility"));
228 .Stub.asInterface(ServiceManager.getService("accessibility"));
229 final WindowManagerInternal windowManager = LocalServices.getService(
257 .Stub.asInterface(ServiceManager.getService("accessibility"));

Completed in 719 milliseconds

1234567891011>>