Searched refs:getService (Results 26 - 50 of 188) sorted by relevance

12345678

/packages/apps/Car/Stream/src/com/android/car/stream/telecom/
H A DStreamInCallService.java48 StreamInCallService getService() { method in class:StreamInCallService.StreamInCallServiceBinder
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogNotificationsService.java114 return PendingIntent.getService(context, 0, intent, 0);
122 return PendingIntent.getService(context, 0, intent, 0);
135 return PendingIntent.getService(context, 0, intent, 0);
143 return PendingIntent.getService(context, 0, intent, 0);
/packages/apps/Settings/src/com/android/settings/display/
H A DColorModePreferenceController.java56 mSurfaceFlinger = ServiceManager.getService("SurfaceFlinger");
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DNotificationsPreference.java40 mNotificationManager = NotificationManager.getService();
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DToastService.java69 PendingIntent pi = PendingIntent.getService(
H A DPhoneService.java77 PendingIntent pi = PendingIntent.getService(
H A DUpdateService.java67 PendingIntent pi = PendingIntent.getService(
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
H A DStatusBarNotificationListener.java61 public StatusBarNotificationListener getService() { method in class:StatusBarNotificationListener.LocalBinder
H A DClusterInCallService.java78 ClusterInCallService getService() { method in class:ClusterInCallService.LocalBinder
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java330 private HidService getService() { method in class:HidService.BluetoothInputDeviceBinder
343 HidService service = getService();
349 HidService service = getService();
355 HidService service = getService();
366 HidService service = getService();
372 HidService service = getService();
378 HidService service = getService();
385 HidService service = getService();
391 HidService service = getService();
397 HidService service = getService();
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java348 private GattService getService() { method in class:GattService.BluetoothGattBinder
350 Log.e(TAG, "getService() - Service requested, but not available!");
355 GattService service = getService();
361 GattService service = getService();
367 GattService service = getService();
374 GattService service = getService();
380 GattService service = getService();
388 GattService service = getService();
396 GattService service = getService();
404 GattService service = getService();
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DCryptKeeperConfirm.java79 IBinder service = ServiceManager.getService("mount");
142 IBinder service = ServiceManager.getService("mount");
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DShareVCardActivity.java46 mService = ((VCardService.MyBinder) binder).getService();
/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
H A DKeyChainServiceTestSupport.java75 connection.getService().setGrant(senderUid, alias, value);
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
H A DLocationUtils.java65 ServiceManager.getService(Context.LOCATION_SERVICE));
/packages/apps/Settings/src/com/android/settings/applications/
H A DAppStateSmsPremBridge.java38 mSmsManager = ISms.Stub.asInterface(ServiceManager.getService("isms"));
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DPowerWhitelistBackend.java44 ServiceManager.getService(DEVICE_IDLE_SERVICE));
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
H A DAutomaticStorageBroadcastReceiverTest.java69 assertThat(asmJob.getService().getClassName())
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DAdbKeysDialog.java63 IBinder b = ServiceManager.getService(Context.USB_SERVICE);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceRepository.java63 public ConnectionServiceWrapper getService(ComponentName componentName, UserHandle userHandle) { method in class:ConnectionServiceRepository
H A DPhoneStateBroadcaster.java38 mRegistry = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService(
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java1141 private BluetoothMapService getService() { method in class:BluetoothMapService.BluetoothMapBinder
1166 BluetoothMapService service = getService();
1168 return getService().getState();
1173 BluetoothMapService service = getService();
1181 BluetoothMapService service = getService();
1189 BluetoothMapService service = getService();
1196 BluetoothMapService service = getService();
1203 BluetoothMapService service = getService();
1210 BluetoothMapService service = getService();
1217 BluetoothMapService service = getService();
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java777 private SapService getService() { method in class:SapService.SapBinder
802 SapService service = getService();
804 return getService().getState();
809 SapService service = getService();
817 SapService service = getService();
825 SapService service = getService();
832 SapService service = getService();
839 SapService service = getService();
846 SapService service = getService();
853 SapService service = getService();
[all...]
/packages/apps/SpareParts/src/com/android/spare_parts/
H A DSpareParts.java131 mWindowManager = IWindowManager.Stub.asInterface(ServiceManager.getService("window"));
190 ActivityManager.getService().updateConfiguration(mCurConfig);
229 ActivityManager.getService().getConfiguration());
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmNotifications.java112 builder.setDeleteIntent(PendingIntent.getService(context, id,
120 PendingIntent.getService(context, id,
161 PendingIntent.getService(context, id,
324 PendingIntent.getService(context, id,
366 builder.setDeleteIntent(PendingIntent.getService(context, id,
404 PendingIntent snoozePendingIntent = PendingIntent.getService(service,
413 PendingIntent dismissPendingIntent = PendingIntent.getService(service,

Completed in 1466 milliseconds

12345678