HomeSort by relevance Sort by last modified time
    Searched full:communicate (Results 26 - 50 of 628) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/training/basics/fragments/
communicating.jd 37 <p>Often you will want one Fragment to communicate with another, for example to change
39 through the associated Activity. Two Fragments should never communicate directly.</p>
44 <p>To allow a Fragment to communicate up to its Activity, you can define an interface
47 the Interface methods in order to communicate with the Activity.</p>
  /frameworks/base/wifi/java/android/net/wifi/
package.html 4 <p>The Wi-Fi APIs provide a means by which applications can communicate
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DatePickerController.java 23 * Controller class to communicate among the various components of the date picker dialog.
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
Future.java 22 // flag used to communicate to the implementation. The implmentation may
  /frameworks/base/docs/html/guide/topics/connectivity/usb/
host.jd 19 <li><a href="#permission-d">Obtaining permission to communicate with a device</a></li>
59 <td>Allows you to enumerate and communicate with connected USB devices.</td>
73 device. A device can have one or more interfaces on which to communicate on.</td>
94 <td>Represents an asynchronous request to communicate with a device through a {@link
112 interface to communicate on. Once you obtain the correct endpoint, open a {@link
113 android.hardware.usb.UsbDeviceConnection} to communicate with the USB device.</p>
206 <li>Communicate with the USB device by reading and writing data on the appropriate interface
284 <h3 id="permission-d">Obtaining permission to communicate with a device</h3>
295 application enumerates USB devices that are already connected and then wants to communicate with
296 one. You must check for permission to access a device before trying to communicate with it. I
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_keyed_service_factory.h 43 // ProfileKeyedServiceFactories must communicate with a
99 // Which ProfileDependencyManager we should communicate with. In real code,
  /external/chromium/net/socket/
socks5_client_socket.h 36 // communicate to via the SOCKS layer.
144 // overlying connection is free to communicate.
socks_client_socket.h 35 // communicate to via the socks layer. For testing the referrer is optional.
125 // overlying connection is free to communicate.
  /frameworks/base/core/java/android/os/
Messenger.java 54 * Retrieve the IBinder that this Messenger is using to communicate with
136 * @param target The IBinder this Messenger should communicate with.
  /frameworks/base/docs/html/design/building-blocks/
grid-lists.jd 26 cutting off grid items to communicate where the overflow is located.</p>
41 communicate that the user can scroll the list down to show additional items. Be sure to retain this
  /frameworks/base/docs/html/training/in-app-billing/
index.jd 40 <dd>In this lesson, you will learn how to prepare your application to use the In-app Billing API and communicate with Google Play. You will also learn how to establish a connection to communicate with Google Play and verify that the In-app Billing API version that you are using is supported.</dd>
  /frameworks/compile/libbcc/tools/build/
gen-build-info.py 40 out, err = proc.communicate()
50 out, err = proc.communicate()
  /development/host/windows/usb/winusb/
AdbWinUsbApi.cpp 35 /** \brief Instantiates interface instance that uses WinUsb API to communicate
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_cocoa.h 30 // used to communicate with the host renderer. None of these
  /external/chromium/webkit/glue/media/
web_data_source.h 13 // An interface that allows WebMediaPlayerImpl::Proxy to communicate with the
  /external/llvm/utils/
test_debuginfo.pl 6 # special comments to communicate debugger commands.
  /external/qemu/android/
display-core.c 15 * by the core to communicate display changes to the attached UI
  /external/webkit/Source/WebCore/dom/
DecodedDataDocumentParser.h 35 // Only used by the XMLDocumentParser to communicate back to
  /external/webkit/Source/WebKit/chromium/public/
WebVideoFrame.h 36 // A proxy video frame interface to communicate frame data between chromium
  /frameworks/base/core/java/com/android/internal/backup/
IObbBackupService.aidl 23 * Interface for the Backup Manager Service to communicate with a helper service that
  /frameworks/base/docs/html/tools/adk/
index.jd 14 <p>Accessories use the Android Open Accessory (AOA) protocol to communicate with Android
  /frameworks/base/docs/html/training/accessibility/
index.jd 50 and uses that information to communicate with the user. The example will
  /frameworks/base/docs/html/training/sharing/
index.jd 24 <p>One of the great things about Android applications is their ability to communicate and
  /development/testrunner/
run_command.py 107 output = pipe.communicate(input=stdin_input)[0]
171 print subproc.communicate()[0]
179 valgrind_out = subproc.communicate()[0].strip()
  /external/quake/quake/src/WinQuake/
snd_sun.cpp 78 Con_Printf("Could not communicate with audio device.\n");
139 Con_Printf("Could not communicate with audio device.\n");
155 Con_Printf("Could not communicate with audio device.\n");

Completed in 468 milliseconds

12 3 4 5 6 7 8 91011>>