Searched refs:SERVICE_ACTION_TRANSPORT_HOST (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.server.backup.TransportManager.SERVICE_ACTION_TRANSPORT_HOST;68 new Intent(SERVICE_ACTION_TRANSPORT_HOST).setComponent(transportComponent); in getTransportClient()87 new Intent(SERVICE_ACTION_TRANSPORT_HOST).setComponent(transportComponent); in getTransportClient()
19 import static com.android.server.backup.TransportManager.SERVICE_ACTION_TRANSPORT_HOST;66 mBindIntent = new Intent(SERVICE_ACTION_TRANSPORT_HOST).setComponent(mTransportComponent); in setUp()
19 import static com.android.server.backup.TransportManager.SERVICE_ACTION_TRANSPORT_HOST;108 mBindIntent = new Intent(SERVICE_ACTION_TRANSPORT_HOST).setComponent(mTransportComponent); in setUp()
61 public static final String SERVICE_ACTION_TRANSPORT_HOST = "android.backup.TRANSPORT_HOST"; field in TransportManager63 private final Intent mTransportServiceIntent = new Intent(SERVICE_ACTION_TRANSPORT_HOST);
73 return new Intent(TransportManager.SERVICE_ACTION_TRANSPORT_HOST); in transportIntent()