Home
last modified time | relevance | path

Searched refs:respond (Results 1 – 25 of 118) sorted by relevance

12345

/frameworks/base/core/java/android/database/
DBulkCursorToCursorAdaptor.java177 public Bundle respond(Bundle extras) { in respond() method in BulkCursorToCursorAdaptor
181 return mBulkCursor.respond(extras); in respond()
DCursorWrapper.java232 public Bundle respond(Bundle extras) { in respond() method in CursorWrapper
233 return mCursor.respond(extras); in respond()
DCursorToBulkCursorAdaptor.java275 public Bundle respond(Bundle extras) { in respond() method in CursorToBulkCursorAdaptor
279 return mCursor.respond(extras); in respond()
DIBulkCursor.java54 Bundle respond(Bundle extras) throws RemoteException; in respond() method
DCursor.java475 Bundle respond(Bundle extras); in respond() method
DBulkCursorNative.java119 Bundle returnExtras = respond(extras); in onTransact()
265 public Bundle respond(Bundle extras) throws RemoteException { in respond() method in BulkCursorProxy
DAbstractCursor.java430 public Bundle respond(Bundle extras) { in respond() method in AbstractCursor
/frameworks/base/docs/html/training/managing-audio/
Dindex.jd32 <p>After this class, you will be able to build apps that respond to hardware audio key presses,
33 which request audio focus when playing audio, and which respond appropriately to changes in audio
56 respond when that happens.</dd>
/frameworks/base/docs/html/training/swipe/
Drespond-refresh-request.jd42 To respond to the refresh gesture in your app, implement the {@link
96 onOptionsItemSelected()} method. Your app should respond to this call by
101 To respond to the refresh action, override {@link
114 <p>The following code shows how to respond to the request action:
Dindex.jd83 <b><a href="respond-refresh-request.html">Responding to a Refresh
88 Learn how to respond to the swipe-to-refresh gesture, and how to perform the
/frameworks/base/docs/html/guide/topics/media/
Dindex.jd49 <p>After this class, you will be able to build apps that respond to hardware audio key
50 presses, which request audio focus when playing audio, and which respond appropriately to changes in
/frameworks/base/docs/html-intl/intl/ja/training/tv/playback/
Dnow-playing.jd15 <li><a href="#respond">ユーザー アクションを処理する</a></li>
125 <h2 id="respond">ユーザー アクションを処理する</h2>
/frameworks/base/docs/html/guide/topics/manifest/
Dintent-filter-element.jd29 receiver can respond to. An intent filter declares the capabilities of its
102 <li>It provides information about how able an activity is to respond to
104 also respond to the intent. When an intent could be handled by multiple
/frameworks/base/test-runner/src/android/test/mock/
DMockCursor.java211 public Bundle respond(Bundle extras) { in respond() method in MockCursor
/frameworks/base/docs/html/distribute/engage/
Dapp-updates.jd11 or game measurement tool</a> to keep an eye on what users respond to. Use
/frameworks/base/docs/html/training/secure-file-sharing/
Dshare-file.jd40 Once you have set up your app to share files using content URIs, you can respond to other apps'
41 requests for those files. One way to respond to these requests is to provide a file selection
52 To receive requests for files from client apps and respond with a content URI, your app should
98 {@link android.app.Activity} and respond to the user's selection:
/frameworks/base/docs/html/training/keyboard-input/
Dindex.jd52 <dd>Learn how to respond directly to keyboard input for user actions.
/frameworks/base/docs/html/training/tv/playback/
Dnow-playing.jd16 <li><a href="#respond">Respond to User Action</a></li>
153 <h2 id="respond">Respond to User Action</h2>
/frameworks/base/docs/html/training/notify-user/
Dindex.jd47 …n event has occurred. Users can choose to view the notification while using other apps and respond
/frameworks/base/docs/html/training/basics/actionbar/
Dindex.jd62 <dd>Learn how to add and respond to user actions in the action bar.</dd>
/frameworks/base/docs/html/design/wear/
Dindex.jd54 <p>Applications can respond to a voice command in the same way as they can respond to a tap on a re…
/frameworks/base/docs/html/training/basics/intents/
Dsending.jd149 <p>To verify there is an activity available that can respond to the intent, call {@link
161 <p>If <code>isIntentSafe</code> is <code>true</code>, then at least one app will respond to
252 <p>This displays a dialog with a list of apps that respond to the intent passed to the {@link
Dindex.jd51 make your app able to respond to intents from other apps.</p>
/frameworks/base/docs/html/training/basics/network-ops/
Dindex.jd77 usage, and respond to connection changes.</dd>
/frameworks/base/docs/html/training/beam-files/
Dreceive-files.jd39 the {@link android.provider.MediaStore} provider. This lesson shows you how to respond when the
48 this intent is sent out to the system. To have your app respond to this intent, add an
52 >&lt;activity&gt;</a></code> element of the {@link android.app.Activity} that should respond.

12345