Searched refs:transport (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/location/java/android/location/
H A DCountryDetector.java125 ListenerTransport transport = new ListenerTransport(listener, looper);
127 mService.addCountryListener(transport);
128 mListeners.put(listener, transport);
141 ListenerTransport transport = mListeners.get(listener);
142 if (transport != null) {
145 mService.removeCountryListener(transport);
H A DLocationManager.java818 ListenerTransport transport = mListeners.get(listener);
819 if (transport == null) {
820 transport = new ListenerTransport(listener, looper);
822 mListeners.put(listener, transport);
823 return transport;
833 ListenerTransport transport = wrapListener(listener, looper);
836 mService.requestLocationUpdates(request, transport, intent, packageName);
855 ListenerTransport transport;
857 transport = mListeners.remove(listener);
859 if (transport
[all...]
/frameworks/base/core/java/android/app/backup/
H A DIBackupManager.aidl135 * transport will still be asked to confirm via the usual requestBackupTime()
197 * Identify the currently selected transport. Callers must hold the
209 * Specify the current backup transport. Callers must hold the
212 * @param transport The name of the transport to select. This should be one
214 * @return The name of the previously selected transport. If the given transport
216 * the current transport setting and the method returns null.
218 String selectBackupTransport(String transport);
221 * Get the configuration Intent, if any, from the given transport
[all...]
/frameworks/base/core/java/android/os/
H A DCancellationSignal.java126 * Sets the remote transport.
129 * remote transport is canceled immediately.
131 * This method is guaranteed that the remote transport will not be called after it
134 * @param remote The remote transport, or null to remove.
166 * Creates a transport that can be returned back to the caller of
169 * @return The new cancellation signal transport.
178 * Given a locally created transport, returns its associated cancellation signal.
180 * @param transport The locally created transport, or null if none.
185 public static CancellationSignal fromTransport(ICancellationSignal transport) { argument
[all...]
/frameworks/base/tests/CoreTests/
H A Drun_core_test.sh3 adb shell exec dalvikvm -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=3001 \
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java287 public IBackupTransport transport; field in class:BackupManagerService.RestoreGetSetsParams
293 transport = _transport;
300 public IBackupTransport transport; field in class:BackupManagerService.RestoreParams
310 transport = _transport;
321 transport = _transport;
332 transport = _transport;
343 public IBackupTransport transport; field in class:BackupManagerService.ClearParams
347 transport = _transport;
446 HashSet<String> mPendingInits = new HashSet<String>(); // transport names
474 IBackupTransport transport
1294 registerTransport(String name, IBackupTransport transport) argument
1820 PerformBackupTask(IBackupTransport transport, ArrayList<BackupRequest> queue, File journal) argument
2099 invokeAgentForBackup(String packageName, IBackupAgent agent, IBackupTransport transport) argument
4169 PerformRestoreTask(IBackupTransport transport, IRestoreObserver observer, long restoreSetToken, PackageInfo targetPackage, int pmToken, boolean needFullBackup, String[] filterSet) argument
4709 PerformClearTask(IBackupTransport transport, PackageInfo packageInfo) argument
5330 selectBackupTransport(String transport) argument
5473 beginRestoreSession(String packageName, String transport) argument
5560 ActiveRestoreSession(String packageName, String transport) argument
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp590 ALOGI("Using TCP transport.");
1062 AString transport; local
1063 if (!data->findString("transport", &transport)) {
1071 if (transport.startsWith("RTP/AVP/TCP;")) {
1074 transport.c_str(), "interleaved", &interleaved)
1083 transport.c_str(), "client_port", &clientPort)) {
1101 } else if (transport.startsWith("RTP/AVP;unicast;")
1102 || transport.startsWith("RTP/AVP/UDP;unicast;")) {
1107 transport
[all...]
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DWifiDisplaySink.cpp342 AString transport; local
343 if (!msg->findString("transport", &transport)) {
344 ALOGE("Missing 'transport' field in SETUP response.");
350 transport.c_str(), "source", &sourceHost)) {
356 transport.c_str(), "server_port", &serverPortStr)) {
/frameworks/base/voip/java/com/android/server/sip/
H A DSipHelper.java180 private SipURI createSipUri(String username, String transport, argument
182 return createSipUri(username, transport, lp.getIPAddress(), lp.getPort());
185 private SipURI createSipUri(String username, String transport, argument
190 uri.setTransportParam(transport);
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h484 i = response->mHeaders.indexOfKey("transport");
486 AString transport = response->mHeaders.valueAt(i); local
488 LOG(INFO) << "transport = '" << transport << "'";
491 CHECK(GetAttribute(transport.c_str(), "server_port", &value));
496 CHECK(GetAttribute(transport.c_str(), "source", &value));
H A DMyHandler.h258 bool pokeAHole(int rtpSocket, int rtcpSocket, const AString &transport) { argument
265 if (!GetAttribute(transport.c_str(),
284 if (!GetAttribute(transport.c_str(),
558 i = response->mHeaders.indexOfKey("transport");
562 AString transport = response->mHeaders.valueAt(i); local
569 transport);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DTestShellActivity.java787 WebView.WebViewTransport transport =
789 transport.setWebView(null);
803 WebView.WebViewTransport transport =
805 transport.setWebView(newWindowView);
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DLayoutTestsExecutor.java234 WebView.WebViewTransport transport = (WebView.WebViewTransport)resultMsg.obj;
247 transport.setWebView(newWindowWebView);
/frameworks/base/core/java/android/webkit/
H A DCallbackProxy.java1250 WebView.WebViewTransport transport =
1253 msg.obj = transport;
1256 WebViewClassic w = WebViewClassic.fromWebView(transport.getWebView());
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardStatusViewManager.java183 mTransportView = (TransportControlView) findViewById(R.id.transport);
188 // Hide transport control view until we know we need to show it.
H A DLockPatternKeyguardView.java229 // If there's not a bg protection view containing the transport, then show a black
965 mTransportControlView = (TransportControlView) view.findViewById(R.id.transport);
967 if (DEBUG) Log.w(TAG, "Couldn't find transport control widget");

Completed in 378 milliseconds