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

12345678

/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/Car/Dialer/src/com/android/car/dialer/telecom/
H A DInCallServiceImpl.java138 InCallServiceImpl getService() { method in class:InCallServiceImpl.LocalBinder
/packages/apps/Car/Stream/src/com/android/car/stream/
H A DStreamProducer.java136 mStreamService = binder.getService();
H A DStreamService.java49 StreamService getService() { method in class:StreamService.StreamProducerBinder
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
H A DStartManagedProfileTask.java51 this(ActivityManager.getService(), context, params, callback);
/packages/apps/Settings/src/com/android/settings/
H A DBugreportPreference.java100 ActivityManager.getService().requestBugReport(bugreportType);
H A DSetFullBackupPassword.java83 mBackupManager = IBackupManager.Stub.asInterface(ServiceManager.getService("backup"));
H A DPrivacySettings.java93 ServiceManager.getService(Context.BACKUP_SERVICE));
230 ServiceManager.getService(Context.BACKUP_SERVICE));
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DRequestIgnoreBatteryOptimizations.java49 ServiceManager.getService(DEVICE_IDLE_SERVICE));
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnUtils.java88 ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
/packages/services/Car/TrustAgent/src/com/android/car/trust/
H A DCarEnrolmentService.java103 public CarEnrolmentService getService() { method in class:CarEnrolmentService.EnrolmentServiceBinder
H A DCarUnlockService.java55 public CarUnlockService getService() { method in class:CarUnlockService.UnlockServiceBinder
/packages/services/Car/evs/manager/
H A DEnumerator.cpp30 mHwEnumerator = IEvsEnumerator::getService(hardwareServiceName);
/packages/apps/Music/src/com/android/music/
H A DMediaAppWidgetProvider.java195 PendingIntent.getService(context, 0 /* no requestCode */, intent, 0 /* no flags */);
201 PendingIntent.getService(context, 0 /* no requestCode */, intent, 0 /* no flags */);
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DPreferredServices.java230 ApduServiceInfo serviceInfo = mServiceCache.getService(ActivityManager.getCurrentUser(),
251 ApduServiceInfo paymentServiceInfo = mServiceCache.getService(
H A DRegisteredServicesCache.java186 return getService(userId, service) != null;
189 public ApduServiceInfo getService(int userId, ComponentName service) { method in class:RegisteredServicesCache
451 ApduServiceInfo serviceInfo = getService(userId, componentName);
498 ApduServiceInfo serviceInfo = getService(userId, componentName);
517 ApduServiceInfo serviceInfo = getService(userId, componentName);
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DUninstallFinish.java98 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE));
137 ServiceManager.getService("package"));
/packages/apps/Settings/src/com/android/settings/display/
H A DThemePreferenceController.java53 this(context, ServiceManager.getService(Context.OVERLAY_SERVICE) != null
184 ServiceManager.getService(Context.OVERLAY_SERVICE));
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DAbstractDownloadProviderFunctionalTest.java191 getService().onBind(null);
192 getService().onStartJob(params);
/packages/services/Car/tests/DirectRenderingClusterSample/src/android/car/cluster/sample/
H A DMainClusterActivity.java84 .getService();
218 SampleClusterServiceImpl getService() { method in class:MainClusterActivity
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerService.java646 private AvrcpControllerService getService() { method in class:AvrcpControllerService.BluetoothAvrcpControllerBinder
669 AvrcpControllerService service = getService();
678 AvrcpControllerService service = getService();
687 AvrcpControllerService service = getService();
702 AvrcpControllerService service = getService();
717 AvrcpControllerService service = getService();
732 AvrcpControllerService service = getService();
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
H A DLensPickerTrampolineActivity.java219 return IStatusBarService.Stub.asInterface(ServiceManager.getService("statusbar"));
/packages/apps/Car/Settings/src/com/android/car/settings/users/
H A DUserDetailsSettingsFragment.java150 ActivityManager.getService().switchUser(id);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertReminder.java159 sPlayReminderIntent = PendingIntent.getService(context, 0, playIntent,
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DCancelActivity.java114 VCardService service = ((VCardService.MyBinder) binder).getService();

Completed in 556 milliseconds

12345678