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

12345

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowPlayerBase.java13 public static IAudioService getService() { method in class:ShadowPlayerBase
H A DShadowBluetoothDevice.java16 * Implements getService() in the same way the original method does, but ignores any Exceptions
20 public static IBluetooth getService() { method in class:ShadowBluetoothDevice
21 // Attempt to call the underlying getService method, but ignore any Exceptions. This allows us
25 return directlyOn(BluetoothDevice.class, "getService");
H A DShadowServiceManager.java50 public static IBinder getService(String name) { method in class:ShadowServiceManager
/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
H A DLogServiceFactory.java49 * @see org.osgi.framework.ServiceFactory#getService(org.osgi.framework.Bundle,
52 public Object getService(Bundle bundle, ServiceRegistration arg1) { method in class:LogServiceFactory
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowPendingIntentTest.java99 PendingIntent pendingIntent = PendingIntent.getService(context, 99, intent, 100);
313 PendingIntent pendingIntent = PendingIntent.getService(context, 99, intent, FLAG_NO_CREATE);
320 PendingIntent.getService(context, 99, intent, 0);
321 assertThat(PendingIntent.getService(context, 98, intent, FLAG_NO_CREATE)).isNull();
327 PendingIntent.getService(context, 99, intent, 100);
330 PendingIntent saved = PendingIntent.getService(context, 99, identical, FLAG_NO_CREATE);
338 PendingIntent.getService(context, 99, intent, 100);
341 PendingIntent saved = PendingIntent.getService(context, 99, identical, 0);
379 PendingIntent pendingIntent = PendingIntent.getService(context, 99, intent, 100);
383 assertThat(PendingIntent.getService(contex
[all...]
H A DShadowAlarmManagerTest.java203 PendingIntent pI = PendingIntent.getService(RuntimeEnvironment.application, 1, intent, 0);
208 PendingIntent pI2 = PendingIntent.getService(RuntimeEnvironment.application, 2, intent, 0);
217 PendingIntent pI = PendingIntent.getService(RuntimeEnvironment.application, 1, intent, 0);
222 PendingIntent pI2 = PendingIntent.getService(RuntimeEnvironment.application, 2, intent, 0);
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
H A DAudioTestService.java98 AudioTestService getService() { method in class:AudioTestService.AudioTestBinder
/external/nos/host/android/citadel/citadeld/
H A DCitadeldProxyClient.cpp43 _citadeld = ICitadeld::asInterface(defaultServiceManager()->getService(ICitadeld::descriptor));
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DPendingIntentTest.java29 PendingIntent service = PendingIntent.getService(null, 0, expectedIntent, 0);
62 PendingIntent pendingIntent = PendingIntent.getService(Robolectric.application, 99, intent, 100);
92 PendingIntent pi3 = PendingIntent.getService(Robolectric.application, 99,
124 .getService(Robolectric.application, 99, new Intent(), 100));
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DTextToSpeechFacade.java41 mTts = new TextToSpeech(manager.getService(), new OnInitListener() {
H A DVpnFacade.java52 mService = manager.getService();
55 .asInterface(ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
H A DNfcManagerFacade.java44 mService = manager.getService();
H A DDisplayFacade.java41 mService = manager.getService();
H A DFacadeManager.java51 public Service getService() { method in class:FacadeManager
H A DPreferencesFacade.java55 mService = manager.getService();
H A DWakeLockFacade.java83 mmPowerManager = (PowerManager) manager.getService()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
H A DAudioManagerFacade.java39 mService = manager.getService();
H A DMediaScannerFacade.java48 mService = manager.getService();
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
H A DExecService.java54 ExecService getService () { method in class:ExecService.LocalBinder
/external/icu/icu4c/source/common/
H A Dbrkiter.cpp310 getService(void) function
322 return !gInitOnceBrkiter.isReset() && getService() != NULL;
330 ICULocaleService *service = getService();
357 ICULocaleService *service = getService();
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DBluetoothAvrcpFacade.java49 mService = manager.getService();
H A DBluetoothPanFacade.java49 mService = manager.getService();
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
H A DCarrierConfigFacade.java39 mService = manager.getService();
/external/v4l2_codec2/
H A DC2ArcVideoAcceleratorFactory.cpp57 defaultServiceManager()->getService(String16("android.os.IArcVideoBridge"));
/external/sl4a/Common/src/com/googlecode/android_scripting/
H A DIntentBuilders.java154 return PendingIntent.getService(context, EXECUTE_SCRIPT_REQUEST_CODE, intent,

Completed in 661 milliseconds

12345