/frameworks/base/core/java/android/database/ |
D | BulkCursorToCursorAdaptor.java | 177 public Bundle respond(Bundle extras) { in respond() method in BulkCursorToCursorAdaptor 181 return mBulkCursor.respond(extras); in respond()
|
D | CursorWrapper.java | 232 public Bundle respond(Bundle extras) { in respond() method in CursorWrapper 233 return mCursor.respond(extras); in respond()
|
D | CursorToBulkCursorAdaptor.java | 275 public Bundle respond(Bundle extras) { in respond() method in CursorToBulkCursorAdaptor 279 return mCursor.respond(extras); in respond()
|
D | IBulkCursor.java | 54 Bundle respond(Bundle extras) throws RemoteException; in respond() method
|
D | Cursor.java | 475 Bundle respond(Bundle extras); in respond() method
|
D | BulkCursorNative.java | 119 Bundle returnExtras = respond(extras); in onTransact() 265 public Bundle respond(Bundle extras) throws RemoteException { in respond() method in BulkCursorProxy
|
D | AbstractCursor.java | 430 public Bundle respond(Bundle extras) { in respond() method in AbstractCursor
|
/frameworks/base/docs/html/training/managing-audio/ |
D | index.jd | 32 <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/ |
D | respond-refresh-request.jd | 42 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:
|
D | index.jd | 83 <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/ |
D | index.jd | 49 <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/ |
D | now-playing.jd | 15 <li><a href="#respond">ユーザー アクションを処理する</a></li> 125 <h2 id="respond">ユーザー アクションを処理する</h2>
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | intent-filter-element.jd | 29 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/ |
D | MockCursor.java | 211 public Bundle respond(Bundle extras) { in respond() method in MockCursor
|
/frameworks/base/docs/html/distribute/engage/ |
D | app-updates.jd | 11 or game measurement tool</a> to keep an eye on what users respond to. Use
|
/frameworks/base/docs/html/training/secure-file-sharing/ |
D | share-file.jd | 40 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/ |
D | index.jd | 52 <dd>Learn how to respond directly to keyboard input for user actions.
|
/frameworks/base/docs/html/training/tv/playback/ |
D | now-playing.jd | 16 <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/ |
D | index.jd | 47 …n event has occurred. Users can choose to view the notification while using other apps and respond
|
/frameworks/base/docs/html/training/basics/actionbar/ |
D | index.jd | 62 <dd>Learn how to add and respond to user actions in the action bar.</dd>
|
/frameworks/base/docs/html/design/wear/ |
D | index.jd | 54 <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/ |
D | sending.jd | 149 <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
|
D | index.jd | 51 make your app able to respond to intents from other apps.</p>
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | index.jd | 77 usage, and respond to connection changes.</dd>
|
/frameworks/base/docs/html/training/beam-files/ |
D | receive-files.jd | 39 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 ><activity></a></code> element of the {@link android.app.Activity} that should respond.
|