Searched defs:serviceIntent (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerController.java58 public PlayerController(Activity context, Intent serviceIntent) { argument
60 if (serviceIntent == null) {
63 mServiceIntent = serviceIntent;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DContextFixture.java176 Intent serviceIntent,
182 IInterface service = mServiceByComponentName.get(serviceIntent.getComponent());
185 + serviceIntent.getComponent());
188 connection.onServiceConnected(serviceIntent.getComponent(), service.asBinder());
175 bindService( Intent serviceIntent, ServiceConnection connection, int flags) argument

Completed in 195 milliseconds