Searched defs:getService (Results 1 - 25 of 35) sorted by path

12

/frameworks/av/media/libmedia/
H A Dmediametadataretriever.cpp38 const sp<IMediaPlayerService>& MediaMetadataRetriever::getService() function in class:android::MediaMetadataRetriever
45 binder = sm->getService(String16("media.player"));
65 const sp<IMediaPlayerService>& service(getService());
/frameworks/base/core/java/android/app/
H A DNotificationManager.java162 static public INotificationManager getService() method in class:NotificationManager
167 IBinder b = ServiceManager.getService("notification");
211 INotificationManager service = getService();
245 INotificationManager service = getService();
290 INotificationManager service = getService();
304 INotificationManager service = getService();
319 INotificationManager service = getService();
332 INotificationManager service = getService();
344 INotificationManager service = getService();
356 INotificationManager service = getService();
[all...]
H A DPendingIntent.java44 * {@link #getBroadcast}, and {@link #getService}; the returned object can be
86 * {@link #getBroadcast}, or {@link #getService}.
120 * {@link #getService}. <p>If set, after
129 * {@link #getService}.
136 * {@link #getService}. <p>You can use
148 * {@link #getService}. <p>This can be used if you are creating intents where only the
567 public static PendingIntent getService(Context context, int requestCode, method in class:PendingIntent
683 * {@link #getBroadcast}, or {@link #getService}.
721 * {@link #getBroadcast}, or {@link #getService}.
766 * {@link #getBroadcast}, or {@link #getService}
[all...]
H A DStatusBarManager.java104 private synchronized IStatusBarService getService() { method in class:StatusBarManager
107 ServiceManager.getService(Context.STATUS_BAR_SERVICE));
121 final IStatusBarService svc = getService();
139 final IStatusBarService svc = getService();
154 final IStatusBarService svc = getService();
169 final IStatusBarService svc = getService();
184 final IStatusBarService svc = getService();
196 final IStatusBarService svc = getService();
209 final IStatusBarService svc = getService();
221 final IStatusBarService svc = getService();
[all...]
H A DSystemServiceRegistry.java159 IBinder b = ServiceManager.getService(Context.ACCOUNT_SERVICE);
175 IBinder b = ServiceManager.getService(Context.ALARM_SERVICE);
205 IBinder b = ServiceManager.getService(Context.HDMI_CONTROL_SERVICE);
226 IBinder b = ServiceManager.getService(Context.CONNECTIVITY_SERVICE);
235 IBinder b = ServiceManager.getService(Context.COUNTRY_DETECTOR);
271 IBinder b = ServiceManager.getService(Context.DROPBOX_SERVICE);
329 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
338 ServiceManager.getService(Context.NETWORK_POLICY_SERVICE)));
361 IBinder b = ServiceManager.getService(Context.NSD_SERVICE);
370 IBinder b = ServiceManager.getService(Contex
746 T getService(ContextImpl ctx); method in interface:SystemServiceRegistry.ServiceFetcher
762 public final T getService(ContextImpl ctx) { method in class:SystemServiceRegistry.CachedServiceFetcher
786 public final T getService(ContextImpl unused) { method in class:SystemServiceRegistry.StaticServiceFetcher
811 public final T getService(ContextImpl ctx) { method in class:SystemServiceRegistry.StaticOuterContextServiceFetcher
[all...]
/frameworks/base/core/java/android/app/job/
H A DJobInfo.java106 public ComponentName getService() { method in class:JobInfo
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java597 * getService() called.
604 /*package*/ static IBluetooth getService() { method in class:BluetoothDevice
647 getService(); // ensures sService is initialized
H A DBluetoothGatt.java230 BluetoothGattService service = getService(mDevice,
232 BluetoothGattService includedService = getService(mDevice,
256 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
279 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
345 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
381 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
427 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
463 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
518 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
639 /*package*/ BluetoothGattService getService(BluetoothDevic method in class:BluetoothGatt
858 public BluetoothGattService getService(UUID uuid) { method in class:BluetoothGatt
[all...]
H A DBluetoothGattCharacteristic.java302 public BluetoothGattService getService() { method in class:BluetoothGattCharacteristic
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
/frameworks/base/core/java/android/content/
H A DClipboardManager.java96 static private IClipboard getService() { method in class:ClipboardManager
101 IBinder b = ServiceManager.getService("clipboard");
123 getService().setPrimaryClip(clip, mContext.getOpPackageName());
133 return getService().getPrimaryClip(mContext.getOpPackageName());
145 return getService().getPrimaryClipDescription(mContext.getOpPackageName());
156 return getService().hasPrimaryClip(mContext.getOpPackageName());
166 getService().addPrimaryClipChangedListener(
180 getService().removePrimaryClipChangedListener(
214 return getService().hasClipboardText(mContext.getOpPackageName());
/frameworks/base/core/java/android/net/
H A DVpnService.java129 private static IConnectivityManager getService() { method in class:VpnService
131 ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
159 if (getService().prepareVpn(context.getPackageName(), null, UserHandle.myUserId())) {
181 IConnectivityManager cm = getService();
256 return getService().addVpnAddress(address.getHostAddress(), prefixLength);
286 return getService().removeVpnAddress(address.getHostAddress(), prefixLength);
326 return getService().setUnderlyingNetworksForVpn(networks);
604 ServiceManager.getService("package"));
769 return getService().establishVpn(mConfig);
/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java474 IBinder b = ServiceManager.getService("nfc");
550 public INfcAdapter getService() { method in class:NfcAdapter
/frameworks/base/core/java/android/os/
H A DIServiceManager.java36 public IBinder getService(String name) throws RemoteException; method in interface:IServiceManager
H A DServiceManager.java49 public static IBinder getService(String name) { method in class:ServiceManager
55 return getIServiceManager().getService(name);
58 Log.e(TAG, "error in getService", e);
H A DServiceManagerNative.java59 IBinder service = getService(name);
118 public IBinder getService(String name) throws RemoteException { method in class:ServiceManagerProxy
/frameworks/base/core/java/android/widget/
H A DToast.java116 INotificationManager service = getService();
137 getService().cancelToast(mContext.getPackageName(), mTN);
319 static private INotificationManager getService() { method in class:Toast
323 sService = INotificationManager.Stub.asInterface(ServiceManager.getService("notification"));
/frameworks/base/core/java/com/android/server/
H A DLocalServices.java43 public static <T> T getService(Class<T> type) { method in class:LocalServices
/frameworks/base/keystore/java/android/security/
H A DGateKeeper.java33 public static IGateKeeperService getService() { method in class:GateKeeper
35 ServiceManager.getService("android.service.gatekeeper.IGateKeeperService"));
44 return getService().getSecureUserId(UserHandle.myUserId());
H A DKeyChain.java371 final IKeyChainService keyChainService = keyChainConnection.getService();
410 IKeyChainService keyChainService = keyChainConnection.getService();
507 public IKeyChainService getService() { method in class:KeyChain.KeyChainConnection
/frameworks/base/media/java/android/media/
H A DAudioManager.java655 private static IAudioService getService() method in class:AudioManager
660 IBinder b = ServiceManager.getService(Context.AUDIO_SERVICE);
806 IAudioService service = getService();
874 IAudioService service = getService();
891 IAudioService service = getService();
912 IAudioService service = getService();
929 IAudioService service = getService();
947 IAudioService service = getService();
965 IAudioService service = getService();
980 IAudioService service = getService();
[all...]
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicy.java303 IAudioService service = getService();
518 private static IAudioService getService() method in class:AudioPolicy
523 IBinder b = ServiceManager.getService(Context.AUDIO_SERVICE);
/frameworks/base/nfc-extras/java/com/android/nfc_extras/
H A DNfcAdapterExtras.java168 INfcAdapterExtras getService() { method in class:NfcAdapterExtras
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java1310 public PrintSpoolerService getService() { method in class:PrintSpoolerService.PrintSpooler
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1738 INotificationManager inm = NotificationManager.getService();
1782 INotificationManager inm = NotificationManager.getService();
1910 IBinder service = ServiceManager.getService("mount");
1979 INotificationManager inm = NotificationManager.getService();
2322 public ActivityManagerService getService() { method in class:ActivityManagerService.Lifecycle
2446 mLocalPowerManager = LocalServices.getService(PowerManagerInternal.class);
2635 mAppBindArgs.put("package", ServiceManager.getService("package"));
2636 mAppBindArgs.put("window", ServiceManager.getService("window"));
2638 ServiceManager.getService(Context.ALARM_SERVICE));
3287 MountServiceInternal mountServiceInternal = LocalServices.getService(
[all...]

Completed in 371 milliseconds

12