HomeSort by relevance Sort by last modified time
    Searched refs:getService (Results 1 - 25 of 1200) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/sisu-equinox-api/0.20.0/
sisu-equinox-api-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/sisu-equinox-api/0.18.1/
sisu-equinox-api-0.18.1.jar 
  /frameworks/base/keystore/java/android/security/
GateKeeper.java 36 public static IGateKeeperService getService() {
38 ServiceManager.getService(Context.GATEKEEPER_SERVICE));
47 return getService().getSecureUserId(UserHandle.myUserId());
  /frameworks/base/packages/Osu/src/com/android/hotspot2/app/
LocalServiceBinder.java 12 public OSUService getService() {
  /test/vts/runners/target/vts_hal_hidl_target/
VtsHalHidlTargetTestBase.h 75 * Call interface's getService and use passthrough mode if set from host.
78 static sp<T> getService(const ::std::string& serviceName = "default") {
79 return T::getService(serviceName, VtsHalHidlTargetTestBase::VtsGetStub());
83 * Call interface's getService and use passthrough mode if set from host.
86 static sp<T> getService(const char serviceName[]) {
87 return T::getService(serviceName, VtsHalHidlTargetTestBase::VtsGetStub());
91 * Call interface's getService and use passthrough mode if set from host.
94 static sp<T> getService(const ::android::hardware::hidl_string& serviceName) {
95 return T::getService(serviceName, VtsHalHidlTargetTestBase::VtsGetStub());
  /cts/tests/tests/telecom/src/android/telecom/cts/
OutgoingCallTest.java 63 assertAudioRoute(mInCallCallbacks.getService(), CallAudioState.ROUTE_SPEAKER);
75 if (mInCallCallbacks.getService().getCallAudioState().getSupportedRouteMask() ==
79 assertNotAudioRoute(mInCallCallbacks.getService(), CallAudioState.ROUTE_SPEAKER);
91 if (mInCallCallbacks.getService().getCallAudioState().getSupportedRouteMask() ==
95 assertNotAudioRoute(mInCallCallbacks.getService(), CallAudioState.ROUTE_SPEAKER);
ConnectionServiceTest.java 55 assertNumCalls(mInCallCallbacks.getService(), 2);
57 final Call call = mInCallCallbacks.getService().getLastCall();
79 assertNumCalls(mInCallCallbacks.getService(), 1);
81 final Call call = mInCallCallbacks.getService().getLastCall();
101 assertNumCalls(mInCallCallbacks.getService(), 1);
103 final Call call = mInCallCallbacks.getService().getLastCall();
122 assertCallState(mInCallCallbacks.getService().getLastCall(), Call.STATE_ACTIVE);
128 assertNumCalls(mInCallCallbacks.getService(), 2);
WiredHeadsetTest.java 46 final Call call = mInCallCallbacks.getService().getLastCall();
63 final Call call = mInCallCallbacks.getService().getLastCall();
79 final MockInCallService incallService = mInCallCallbacks.getService();
102 final Call call = mInCallCallbacks.getService().getLastCall();
  /packages/services/Car/libvehiclemonitor/native/
VehicleMonitor.cpp 33 binder = defaultServiceManager()->getService(String16(IVehicleMonitor::SERVICE_NAME));
58 sp<IVehicleMonitor> service = getService();
63 sp<IVehicleMonitor> service = getService();
69 return getService()->setAppPriority(pid, uid, priority);
78 sp<IBinder> binder = defaultServiceManager()->getService(
85 sp<IVehicleMonitor> VehicleMonitor::getService() {
  /cts/tests/tests/print/src/android/print/cts/services/
PrintServiceCallbacks.java 25 public StubbablePrintService getService() {
  /frameworks/base/core/tests/coretests/src/android/print/mockservice/
PrintServiceCallbacks.java 26 public PrintService getService() {
  /frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/mockservice/
PrintServiceCallbacks.java 26 public PrintService getService() {
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ServiceStore.java 53 private IEmailService getService() {
54 return EmailServiceUtils.getService(mContext, mHostAuth.mProtocol);
64 IEmailService svc = getService();
84 return getService().autoDiscover(username, password);
  /frameworks/base/core/java/android/app/
StatusBarManager.java 106 private synchronized IStatusBarService getService() {
109 ServiceManager.getService(Context.STATUS_BAR_SERVICE));
123 final IStatusBarService svc = getService();
140 final IStatusBarService svc = getService();
154 final IStatusBarService svc = getService();
168 final IStatusBarService svc = getService();
189 final IStatusBarService svc = getService();
200 final IStatusBarService svc = getService();
212 final IStatusBarService svc = getService();
223 final IStatusBarService svc = getService();
    [all...]
NotificationManager.java 241 static public INotificationManager getService()
246 IBinder b = ServiceManager.getService("notification");
297 INotificationManager service = getService();
355 INotificationManager service = getService();
371 INotificationManager service = getService();
408 INotificationManager service = getService();
444 INotificationManager service = getService();
459 INotificationManager service = getService();
471 INotificationManager service = getService();
487 INotificationManager service = getService();
    [all...]
  /frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DeviceChooserActivity.java 54 if (getService().mDevicesFound.isEmpty()) {
58 if (getService().mRequest.isSingleDevice()) {
60 final DeviceFilterPair selectedDevice = getService().mDevicesFound.get(0);
65 getService().mSelectedDevice = selectedDevice;
70 final DeviceDiscoveryService.DevicesAdapter adapter = getService().mDevicesAdapter;
82 mPairButton.setOnClickListener(v -> onPairTapped(getService().mSelectedDevice));
90 getService().onCancel();
138 mPairButton.setEnabled(getService().mSelectedDevice != null);
141 private DeviceDiscoveryService getService() {
146 getService().onDeviceSelected
    [all...]
  /frameworks/native/libs/binder/
AppOpsManager.cpp 58 sp<IAppOpsService> AppOpsManager::getService() { return NULL; }
60 sp<IAppOpsService> AppOpsManager::getService()
90 sp<IAppOpsService> service = getService();
97 sp<IAppOpsService> service = getService();
104 sp<IAppOpsService> service = getService();
111 sp<IAppOpsService> service = getService();
119 sp<IAppOpsService> service = getService();
126 sp<IAppOpsService> service = getService();
133 sp<IAppOpsService> service = getService();
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java 455 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService(
481 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService(
509 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
537 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
563 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
586 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
624 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
645 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
665 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
685 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"))
    [all...]
  /hardware/interfaces/tests/inheritance/1.0/default/
Fetcher.cpp 16 mPrecious = IChild::getService("local child", true);
23 toSend = IChild::getService("child");
  /cts/tests/tests/dreams/src/android/service/dreams/cts/
DreamsFeatureTest.java 29 ServiceManager.getService(DreamService.DREAM_SERVICE));
  /external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
LogServiceFactory.java 49 * @see org.osgi.framework.ServiceFactory#getService(org.osgi.framework.Bundle,
52 public Object getService(Bundle bundle, ServiceRegistration arg1) {
  /frameworks/av/media/libmediaplayerservice/
ActivityManager.cpp 32 sp<IBinder> binder = sm->getService(String16("activity"));
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
BluetoothA2dpWrapper.java 37 BluetoothA2dp getService();
  /packages/services/Car/libvehiclemonitor/include/
VehicleMonitor.h 55 sp<IVehicleMonitor> getService();
  /frameworks/base/services/core/java/com/android/server/
SystemService.java 214 return ServiceManager.getService(name);
228 return LocalServices.getService(type);
232 return LocalServices.getService(SystemServiceManager.class);

Completed in 1234 milliseconds

1 2 3 4 5 6 7 8 91011>>