HomeSort by relevance Sort by last modified time
    Searched full:receives (Results 151 - 175 of 2285) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/view/
InputFilter.java 42 * applications as usual. The input filter only receives input events that were
87 * it receives does not have the {@link WindowManagerPolicy#FLAG_PASS_TO_USER} flag set.
202 * This method is called before the input filter receives any input events.
212 * This method is called after the input filter receives its last input event.
  /frameworks/base/core/java/android/webkit/
ClientCertRequest.java 24 * ClientCertRequest: The user receives an instance of this class as
  /frameworks/base/core/java/com/android/internal/midi/
MidiDispatcher.java 27 * This class subclasses {@link android.media.midi.MidiReceiver} and dispatches any data it receives
  /frameworks/base/core/java/com/android/internal/util/
AsyncChannel.java 49 * <li>Client receives CMD_CHANNEL_HALF_CONNECTED from AsyncChannel</li>
56 * <li>Client/Server receives CMD_CHANNEL_DISCONNECTED from AsyncChannel</li>
67 * <li>Client receives CMD_CHANNEL_HALF_CONNECTED from AsyncChannel</li>
70 * <li>Server receives CMD_CHANNEL_FULL_CONNECTION</li>
73 * <li>Client receives CMD_CHANNEL_FULLY_CONNECTED</li>
79 * <li>Client/Server receives CMD_CHANNEL_DISCONNECTED from AsyncChannel</li>
120 * Command typically sent after the destination receives a CMD_CHANNEL_FULL_CONNECTION.
387 * when a server receives a CMD_CHANNEL_FULL_CONNECTION request
436 * To close the connection call when handler receives CMD_CHANNEL_DISCONNECTED
  /frameworks/base/docs/html/guide/topics/ui/
drag-drop.jd 146 that receives drag events as the &quot;drag event listener&quot;, even though it may actually
260 A View receives drag events with either a drag event listener that implements
316 A View object's drag event listener receives this event action type just after the
325 A View object's drag event listener receives this event action type when the drag shadow
327 listener receives when the drag shadow enters the bounding box. If the listener wants to
335 A View object's drag event listener receives this event action type after it receives a
343 A View object's drag event listener receives this event action type after it receives a
352 A View object's drag event listener receives this event action type when the use
    [all...]
  /frameworks/base/docs/html/training/keyboard-input/
index.jd 22 <em>soft input method</em>&mdash;when a text field in your UI receives focus.
  /frameworks/base/docs/html/training/wearables/notifications/
index.jd 45 <dd>Learn how to add an action to a wearable notification that receives voice input from users and delivers
  /frameworks/opt/net/voip/src/java/android/net/sip/
package.html 17 a {@link android.net.sip.SipAudioCall.Listener} that receives callbacks when the state of the
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser.java 26 * Registers one {@link VCardInterpreter} instance, which receives events along with
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
AccountObserver.java 51 * Initializes an {@link AccountObserver} object that receives a call to
FolderObserver.java 51 * Initializes an {@link FolderObserver} object that receives a call to
RecentFolderObserver.java 54 * Initializes an {@link RecentFolderObserver} object that receives a call to
  /packages/services/Telecomm/src/com/android/server/telecom/components/
PhoneAccountBroadcastReceiver.java 42 * Receives the intents the class is configured to received.
  /packages/services/Telephony/tests/src/com/android/phone/tests/
SendInstantTextTestService.java 28 * Service which receives instant text responses from in-call UI and shows the message using
  /prebuilts/go/darwin-x86/test/chan/
doubleselect.go 38 // mux receives the values from sender and forwards them onto another channel.
  /prebuilts/go/linux-x86/test/chan/
doubleselect.go 38 // mux receives the values from sender and forwards them onto another channel.
  /system/update_engine/client_library/
client_dbus.h 84 // is not nullptr, only that handler receives the event. Otherwise all
  /external/icu/icu4c/source/common/unicode/
locid.h 516 * @param dispLang Receives the language's display name.
531 * @param dispLang Receives the language's display name.
543 * @param dispScript Receives the scripts's display name.
559 * @param dispScript Receives the scripts's display name.
571 * @param dispCountry Receives the country's display name.
587 * @param dispCountry Receives the country's display name.
597 * @param dispVar Receives the variant's name.
607 * @param dispVar Receives the variant's display name.
621 * @param name Receives the locale's display name.
635 * @param name Receives the locale's display name
    [all...]
  /system/bt/stack/avdt/
avdt_api.c 306 ** accessible until the application receives the
413 ** remain accessible until the application receives
448 ** remain accessible until the application receives
555 ** function must be called if the application receives an
790 ** This function must be called if the application receives
860 ** This function must be called if the application receives
906 ** AVDT_WriteReq() before it receives the event the packet
908 ** to AVDT_WriteReq() after it receives an AVDT_START_CFM_EVT
    [all...]
  /system/bt/stack/include/
avdt_api.h 545 ** accessible until the application receives the
573 ** remain accessible until the application receives
600 ** remain accessible until the application receives
644 ** function must be called if the application receives an
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregex.h 125 * @param pe Receives the position (line and column numbers) of any syntax
128 * @param status Receives error detected by this function.
155 * @param pe Receives the position (line and column numbers) of any syntax
158 * @param status Receives error detected by this function.
182 * @param pe Receives the position (line and column numbers) of any syntax
185 * @param status Receives errors detected by this function.
244 * @param status Receives indication of any errors encountered
261 * @param status Receives errors detected by this function.
278 * @param status Receives errors detected by this function.
290 * @param status Receives errors detected by this function
    [all...]
  /developers/build/prebuilts/gradle/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java 172 * Receives callback from the service when a job has landed
184 * Receives callback from the service when a job that
  /developers/samples/android/background/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java 172 * Receives callback from the service when a job has landed
184 * Receives callback from the service when a job that
  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 81 * receives a push with an AAR in it, the application specified in the AAR
102 /** This handler receives a message from onNdefPushComplete */
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ReceiveResult.java 39 the picking activity and receives its results; SendResult allows the user
54 <td class="DescrColumn">Launches pick activity and receives its result</td>

Completed in 592 milliseconds

1 2 3 4 5 67 8 91011>>