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

1 2 3 4 5 6 7 8 91011>>

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPlayerBase.java 13 public static IAudioService getService() {
ShadowBluetoothDevice.java 16 * Implements getService() in the same way the original method does, but ignores any Exceptions
20 public static IBluetooth getService() {
21 // Attempt to call the underlying getService method, but ignore any Exceptions. This allows us
25 return directlyOn(BluetoothDevice.class, "getService");
ShadowServiceManager.java 50 public static IBinder getService(String name) {
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/sisu-equinox-api/0.18.1/
sisu-equinox-api-0.18.1.jar 
  /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/base/core/java/com/android/server/
LocalServices.java 45 public static <T> T getService(Class<T> type) {
  /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/layoutlib/bridge/src/android/os/
ServiceManager.java 29 public static IBinder getService(String name) {
  /test/vts/runners/target/vts_hal_hidl_target/
VtsHalHidlTargetTestBase.h 88 * Call interface's getService and use passthrough mode if set from host.
91 static sp<T> getService(const string& serviceName = "default",
93 return T::getService(serviceName,
98 * Call interface's getService with the service name stored in the test
102 static sp <T> getService(VtsHalHidlTargetTestEnvBase* testEnv) {
103 return T::getService(testEnv->getServiceName<T>(),
  /cts/tests/tests/content/src/android/content/cts/
MockService.java 29 MockService getService() {
  /cts/tests/tests/print/printTestUtilLib/src/android/print/test/services/
PrintServiceCallbacks.java 25 public StubbablePrintService getService() {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wrapper/
BluetoothA2dpWrapper.java 39 public BluetoothA2dp getService() {
  /frameworks/native/libs/binder/
ActivityManager.cpp 32 sp<IActivityManager> ActivityManager::getService()
60 sp<IActivityManager> service = getService();
69 sp<IActivityManager> service = getService();
77 sp<IActivityManager> service = getService();
85 sp<IActivityManager> service = getService();
93 sp<IActivityManager> service = getService();
101 sp<IActivityManager> service = getService();
PermissionController.cpp 30 sp<IPermissionController> PermissionController::getService()
58 sp<IPermissionController> service = getService();
64 sp<IPermissionController> service = getService();
70 sp<IPermissionController> service = getService();
78 sp<IPermissionController> service = getService();
84 sp<IPermissionController> service = getService();
AppOpsManager.cpp 58 sp<IAppOpsService> AppOpsManager::getService() { return NULL; }
60 sp<IAppOpsService> AppOpsManager::getService()
90 sp<IAppOpsService> service = getService();
97 sp<IAppOpsService> service = getService();
105 sp<IAppOpsService> service = getService();
112 sp<IAppOpsService> service = getService();
120 sp<IAppOpsService> service = getService();
127 sp<IAppOpsService> service = getService();
134 sp<IAppOpsService> service = getService();
  /frameworks/native/libs/binder/include/binder/
IServiceManager.h 54 virtual sp<IBinder> getService( const String16& name) const = 0;
84 status_t getService(const String16& name, sp<INTERFACE>* outService)
88 *outService = interface_cast<INTERFACE>(sm->getService(name));
  /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);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
BatchService.java 29 BatchService getService() {
  /packages/services/Car/tools/keventreader/client/src/com/android/car/keventreader/
EventReaderService.java 34 private static IEventProvider getService() {
35 return IEventProvider.Stub.asInterface(ServiceManager.getService(SERVICE_NAME));
40 IEventProvider provider = getService();
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
AudioTestService.java 98 AudioTestService getService() {
  /frameworks/base/core/java/android/os/
HwBinder.java 87 public static final IHwBinder getService(
91 return getService(iface, serviceName, false /* retry */);
102 public static native final IHwBinder getService(
  /hardware/interfaces/configstore/utils/include/configstore/
Utils.h 56 sp<I> getService() {
58 static sp<I> configs = I::getService();
72 sp<I> configs = getService<I>();
  /libcore/ojluni/src/main/java/sun/security/jca/
GetInstance.java 64 public static Service getService(String type, String algorithm)
67 Service s = list.getService(type, algorithm);
75 public static Service getService(String type, String algorithm,
85 Service s = p.getService(type, algorithm);
93 public static Service getService(String type, String algorithm,
98 Service s = provider.getService(type, algorithm);
157 Service firstService = list.getService(type, algorithm);
206 return getInstance(getService(type, algorithm, provider), clazz);
212 return getInstance(getService(type, algorithm, provider), clazz, param);
218 return getInstance(getService(type, algorithm, provider), clazz)
    [all...]
  /packages/apps/Terminal/src/com/android/terminal/
TerminalService.java 33 public TerminalService getService() {
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
StatusBarNotificationListener.java 61 public StatusBarNotificationListener getService() {

Completed in 294 milliseconds

1 2 3 4 5 6 7 8 91011>>