Searched refs:getService (Results 1 - 25 of 81) sorted by relevance

1234

/packages/apps/Email/src/com/android/email/mail/store/
H A DServiceStore.java52 private IEmailService getService() { method in class:ServiceStore
53 return EmailServiceUtils.getService(mContext, mHostAuth.mProtocol);
63 IEmailService svc = getService();
82 return getService().autoDiscover(username, password);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java131 private HeadsetService getService() { method in class:HeadsetService.BluetoothHeadsetBinder
144 HeadsetService service = getService();
150 HeadsetService service = getService();
156 HeadsetService service = getService();
162 HeadsetService service = getService();
168 HeadsetService service = getService();
174 HeadsetService service = getService();
180 HeadsetService service = getService();
186 HeadsetService service = getService();
192 HeadsetService service = getService();
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java204 private A2dpService getService() { method in class:A2dpService.BluetoothA2dpBinder
226 A2dpService service = getService();
232 A2dpService service = getService();
238 A2dpService service = getService();
244 A2dpService service = getService();
250 A2dpService service = getService();
256 A2dpService service = getService();
262 A2dpService service = getService();
268 A2dpService service = getService();
274 A2dpService service = getService();
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DBatchService.java29 BatchService getService() { method in class:BatchService.LocalBinder
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java493 public AdapterService getService() { method in class:AdapterService.AdapterServiceBinder
501 AdapterService service = getService();
508 AdapterService service = getService();
520 AdapterService service = getService();
532 AdapterService service = getService();
544 AdapterService service = getService();
556 AdapterService service = getService();
567 AdapterService service = getService();
579 AdapterService service = getService();
590 AdapterService service = getService();
[all...]
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogNotificationsHelper.java37 ITelephony.Stub.asInterface(ServiceManager.getService("phone"));
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java289 private HidService getService() { method in class:HidService.BluetoothInputDeviceBinder
302 HidService service = getService();
308 HidService service = getService();
314 HidService service = getService();
325 HidService service = getService();
331 HidService service = getService();
337 HidService service = getService();
344 HidService service = getService();
350 HidService service = getService();
356 HidService service = getService();
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java702 private BluetoothMapService getService() { method in class:BluetoothMapService.BluetoothMapBinder
727 BluetoothMapService service = getService();
729 return getService().getState();
734 BluetoothMapService service = getService();
742 BluetoothMapService service = getService();
749 BluetoothMapService service = getService();
756 BluetoothMapService service = getService();
763 BluetoothMapService service = getService();
770 BluetoothMapService service = getService();
777 BluetoothMapService service = getService();
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java225 private PanService getService() { method in class:PanService.BluetoothPanBinder
237 PanService service = getService();
242 PanService service = getService();
247 PanService service = getService();
252 PanService service = getService();
258 PanService service = getService();
263 PanService service = getService();
268 PanService service = getService();
275 PanService service = getService();
281 PanService service = getService();
[all...]
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DToastService.java68 PendingIntent pi = PendingIntent.getService(
H A DUpdateService.java71 PendingIntent pi = PendingIntent.getService(
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
H A DUploaderService.java79 final PendingIntent pendingIntent = PendingIntent.getService(context, 0, intent, 0);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java232 private GattService getService() { method in class:GattService.BluetoothGattBinder
234 Log.e(TAG, "getService() - Service requested, but not available!");
239 GattService service = getService();
245 GattService service = getService();
251 GattService service = getService();
257 GattService service = getService();
263 GattService service = getService();
273 GattService service = getService();
279 GattService service = getService();
285 GattService service = getService();
[all...]
/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
H A DKeyChainServiceTestSupport.java75 connection.getService().setGrant(senderUid, alias, value);
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java328 private HealthService getService() { method in class:HealthService.BluetoothHealthBinder
342 HealthService service = getService();
348 HealthService service = getService();
355 HealthService service = getService();
362 HealthService service = getService();
369 HealthService service = getService();
376 HealthService service = getService();
382 HealthService service = getService();
388 HealthService service = getService();
394 HealthService service = getService();
[all...]
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertReminder.java134 sPlayReminderIntent = PendingIntent.getService(context, 0, playIntent,
/packages/apps/Settings/src/com/android/settings/
H A DCryptKeeperConfirm.java65 IBinder service = ServiceManager.getService("mount");
H A DSetFullBackupPassword.java83 mBackupManager = IBackupManager.Stub.asInterface(ServiceManager.getService("backup"));
H A DBatteryInfo.java167 mBatteryStats = IBatteryStats.Stub.asInterface(ServiceManager.getService(
169 mScreenStats = IPowerManager.Stub.asInterface(ServiceManager.getService(POWER_SERVICE));
H A DPrivacySettings.java62 ServiceManager.getService(Context.BACKUP_SERVICE));
/packages/services/Telephony/src/com/android/phone/
H A DNetworkQueryService.java67 INetworkQueryService getService() { method in class:NetworkQueryService.LocalBinder
H A DEmergencyCallbackModeService.java224 EmergencyCallbackModeService getService() { method in class:EmergencyCallbackModeService.LocalBinder
/packages/apps/Music/src/com/android/music/
H A DMediaAppWidgetProvider.java193 pendingIntent = PendingIntent.getService(context,
199 pendingIntent = PendingIntent.getService(context,
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchService.java179 PendingIntent.getService(context, 0, leftButtonIntent, 0));
190 PendingIntent.getService(context, 0, rightButtonIntent, 0));
214 PendingIntent.getService(context, 0, leftButtonIntent, 0));
225 PendingIntent.getService(context, 0, rightButtonIntent, 0));
246 .setDeleteIntent(PendingIntent.getService(context, 0, dismissIntent, 0))
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DCancelActivity.java117 VCardService service = ((VCardService.MyBinder) binder).getService();

Completed in 492 milliseconds

1234