HomeSort by relevance Sort by last modified time
    Searched full:interact (Results 1 - 25 of 237) sorted by null

1 2 3 4 5 6 7 8 910

  /dalvik/dx/tests/076-dex-synch-and-stack/
info.txt 2 the synchronized method conversion doesn't interact poorly with stack
  /build/core/
process_wrapper.sh 6 # interact with the new process.
  /frameworks/base/core/java/android/view/inputmethod/
package.html 10 input method to interact with your view.
  /frameworks/base/telephony/java/com/android/internal/telephony/
IExtendedNetworkService.aidl 4 * Interface used to interact with extended MMI/USSD network service.
  /libcore/luni/src/main/java/javax/security/auth/callback/
package.html 8 This package provides classes and interfaces needed to interact with the
  /development/tools/monkeyrunner/src/com/android/monkeyrunner/
ScriptRunner.java 69 python.interact();
81 python.interact();
  /external/libvpx/
mainpage.dox 24 - Read the \ref samples "sample code" for examples of how to interact with the
  /external/tcpdump/
slip.h 2 * Definitions that user level programs might need to know to interact
  /cts/tools/host/src/com/android/cts/
Selector.java 27 * Interact with user to select from optional items.
114 * Interact with the user to decide what are included and what
193 * Interact with user to select over packages.
246 * Interact with user to select over suites.
298 * Interact with user to select over test cases.
343 * Interact with user to select over tests.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalService.java 36 * and {@link LocalServiceActivities.Binding} classes show how to interact with the
41 * interact with the user, rather than doing something more disruptive such as
RemoteService.java 48 * process, we must use IPC to interact with it. The
50 * show how to interact with the service.
55 * simpler way to interact with it.
299 // interact with the service. We are communicating with our
_index.html 68 interfaces) needed to interact with a service in another process. Also
77 a very convenient way to interact with a service when you do not need
ServiceStartArguments.java 43 * class shows how to interact with the service.
47 * interact with the user, rather than doing something more disruptive such as
LocalServiceActivities.java 100 // interact with the service. Because we have bound to a explicit
MessengerService.java 48 * interact with the user, rather than doing something more disruptive such as
  /development/samples/Compass/
AndroidManifest.xml 36 can launch and interact with. The "name" attribute is the
  /development/samples/SkeletonApp/
AndroidManifest.xml 36 can launch and interact with. The "name" attribute is the
  /frameworks/base/include/ui/
InputManager.h 56 * into the InputDispatcherThread and never the reverse. Both classes may interact with the
  /cts/tests/appsecurity-tests/test-apps/PermissionDeclareApp/
AndroidManifest.xml 67 <!-- Target for tests about how path permissions interact with granting
  /frameworks/base/core/java/android/content/
ContentProviderClient.java 29 * The public interface object used to interact with a {@link ContentProvider}. This is obtained by
  /frameworks/base/core/java/android/os/storage/
IObbActionListener.java 29 * @hide - Applications should use StorageManager to interact with OBBs.
  /external/protobuf/src/google/protobuf/
unittest_custom_options.proto 87 // regular options, to make sure they interact nicely).
106 // some regular options, to make sure they interact nicely).
  /frameworks/base/docs/html/resources/articles/
index.jd 86 <dd>The Input Method Framework (IMF) allows users to take advantage of on-screen input methods, such as software keyboards. This article provides an overview of Input Method Editors (IMEs) and how applications interact with them.</dd>
91 <dd>This article discusses the threading model used by Android applications and how applications can ensure best UI performance by spawning worker threads to handle long-running operations, rather than handling them in the main thread. The article also explains the API that your application can use to interact with Android UI toolkit components running on the main thread and spawn managed worker threads.</dd>
156 <dd>The Android SDK includes a tool called zipalign that optimizes the way an application is packaged. Running zipalign against your application enables Android to interact with it more efficiently at run time and thus has the potential to make it and the overall system run faster. This article provides a high-level overview of the zipalign tool and its use.</dd>
  /frameworks/base/docs/html/guide/topics/manifest/
service-element.jd 55 the service or interact with it &mdash; "{@code true}" if they can, and
73 can interact with the service (see the <code><a href="{@docRoot}guide/topics/manifest/service-element.html#prmsn">permission</a></code>
  /development/pdk/docs/porting/
intro_source_code.jd 31 <li>Android/PMEM: The PMEM (physical memory) driver is used to provide contiguous physical memory regions to userspace libraries that interact with the digital signal processor (DSP) and other hardware that cannot cope with scatter-gather.</li>

Completed in 266 milliseconds

1 2 3 4 5 6 7 8 910