HomeSort by relevance Sort by last modified time
    Searched defs:mBindIntent (Results 1 - 7 of 7) sorted by null

  /frameworks/base/services/robotests/src/com/android/server/backup/transport/
TransportClientManagerTest.java 57 private Intent mBindIntent;
65 mBindIntent = new Intent(SERVICE_ACTION_TRANSPORT_HOST).setComponent(mTransportComponent);
84 argThat(matchesIntentAndExtras(mBindIntent)),
99 mBindIntent.putExtras(extras);
102 argThat(matchesIntentAndExtras(mBindIntent)),
TransportClientTest.java 95 private Intent mBindIntent;
110 mBindIntent = new Intent(SERVICE_ACTION_TRANSPORT_HOST).setComponent(mTransportComponent);
115 mBindIntent,
122 eq(mBindIntent),
145 eq(mBindIntent),
195 eq(mBindIntent),
211 eq(mBindIntent),
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java 482 Intent mBindIntent;
552 mBindIntent = new Intent(this, RemoteService.class);
553 mBindIntent.setAction(IRemoteService.class.getName());
563 if (bindService(mBindIntent, conn, Context.BIND_AUTO_CREATE)) {
576 if (bindService(mBindIntent, conn,
590 if (bindService(mBindIntent,
604 if (bindService(mBindIntent, conn,
618 if (bindService(mBindIntent, conn,
632 if (bindService(mBindIntent, conn,
646 if (bindService(mBindIntent, conn
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/transport/
TransportClient.java 84 private final Intent mBindIntent;
137 mBindIntent = bindIntent;
213 mBindIntent,
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionSessionConnection.java 77 final Intent mBindIntent;
157 mBindIntent = new Intent(VoiceInteractionService.SERVICE_INTERFACE);
158 mBindIntent.setComponent(mSessionComponentName);
159 mBound = mContext.bindServiceAsUser(mBindIntent, this,
191 mFullyBound = mContext.bindServiceAsUser(mBindIntent, mFullConnection,
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 796 milliseconds