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

1 2 3 4 5 6 7 8

  /frameworks/base/keystore/java/android/security/
GateKeeper.java 33 public static IGateKeeperService getService() {
35 ServiceManager.getService("android.service.gatekeeper.IGateKeeperService"));
44 return getService().getSecureUserId(UserHandle.myUserId());
  /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 
  /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 43 public static <T> T getService(Class<T> type) {
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
ServiceManager.java 29 public static IBinder getService(String name) {
  /frameworks/native/include/binder/
IServiceManager.h 39 virtual sp<IBinder> getService( const String16& name) const = 0;
69 status_t getService(const String16& name, sp<INTERFACE>* outService)
73 *outService = interface_cast<INTERFACE>(sm->getService(name));
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
SecurityAccess.java 48 * Access to Provider.getService(String type)
53 public Provider.Service getService(Provider p, String type);
  /cts/tests/app/src/android/app/cts/
MockService.java 29 MockService getService() {
  /cts/tests/tests/content/src/android/content/cts/
MockService.java 29 MockService getService() {
  /cts/tests/tests/print/src/android/print/cts/services/
PrintServiceCallbacks.java 26 public PrintService getService() {
StubbablePrinterDiscoverySession.java 38 public PrintService getService() {
  /frameworks/base/core/java/android/os/
IServiceManager.java 36 public IBinder getService(String name) throws RemoteException;
ServiceManager.java 49 public static IBinder getService(String name) {
55 return getIServiceManager().getService(name);
58 Log.e(TAG, "error in getService", e);
  /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() {
  /external/deqp/android/package/src/com/drawelements/deqp/execserver/
ExecService.java 45 ExecService getService () {
  /frameworks/av/media/libmedia/
mediametadataretriever.cpp 38 const sp<IMediaPlayerService>& MediaMetadataRetriever::getService()
45 binder = sm->getService(String16("media.player"));
65 const sp<IMediaPlayerService>& service(getService());
  /frameworks/base/services/core/java/com/android/server/location/
GeocoderProxy.java 66 private IGeocodeProvider getService() {
76 IGeocodeProvider provider = getService();
91 IGeocodeProvider provider = getService();
  /frameworks/native/libs/binder/
AppOpsManager.cpp 42 sp<IAppOpsService> AppOpsManager::getService()
70 sp<IAppOpsService> service = getService();
75 sp<IAppOpsService> service = getService();
80 sp<IAppOpsService> service = getService();
86 sp<IAppOpsService> service = getService();
94 sp<IAppOpsService> service = getService();
101 sp<IAppOpsService> service = getService();
108 sp<IAppOpsService> service = getService();
  /packages/apps/Terminal/src/com/android/terminal/
TerminalService.java 33 public TerminalService getService() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
Activator.java 57 public static <T> T getService(Class<T> clazz) {
60 return (ref != null) ? (T) context.getService(ref) : null;
  /cts/tests/tests/telecom/src/android/telecom/cts/
OutgoingCallTest.java 61 assertAudioRoute(mInCallCallbacks.getService(), CallAudioState.ROUTE_SPEAKER);
73 assertAudioRoute(mInCallCallbacks.getService(), CallAudioState.ROUTE_EARPIECE);
83 assertAudioRoute(mInCallCallbacks.getService(), CallAudioState.ROUTE_EARPIECE);
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java 36 RecipeService getService() {
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java 36 RecipeService getService() {

Completed in 1299 milliseconds

1 2 3 4 5 6 7 8