HomeSort by relevance Sort by last modified time
    Searched full:broadcast (Results 226 - 250 of 2147) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/content/
Intent.java 525 * <h3>Standard Broadcast Actions</h3>
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
CreateAndManageUserTest.java 76 // enabled, it sends a broadcast to signal success.
107 // Wait for broadcast. Time is measured in a while loop because of spurious wakeups.
116 fail("Timeout while waiting for broadcast after createAndManageUser.");
123 // // contain an action and a serial (for user handle) to broadcast to notify the test that the
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyService.java 31 * Service used to dynamically register a broadcast receiver.
  /cts/hostsidetests/systemui/src/android/host/systemui/
ActiveTileServiceTest.java 28 private static final String REQUEST_LISTENING = "am broadcast -a " + ACTION_REQUEST_LISTENING;
  /cts/hostsidetests/ui/appA/src/android/taskswitching/appa/
AppAActivity.java 29 * Simple activity to notify completion via broadcast after onResume.
  /cts/hostsidetests/ui/appB/src/android/taskswitching/appb/
AppBActivity.java 28 * Simple activity to notify completion via broadcast after onResume.
  /cts/tests/tests/assist/testapp/src/android/voiceinteraction/testapp/
ScreenshotActivity.java 54 Log.i(TAG, "Resumed broadcast sent.");
  /cts/tests/tests/media/src/android/media/cts/
ScannerNotificationReceiver.java 49 MediaScannerTest.fail("Failed to receive broadcast in " + TIMEOUT_MS + "ms for "
  /cts/tests/tests/net/src/android/net/cts/
ConnectivityReceiver.java 49 throw new IllegalStateException("Never received final broadcast");
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/
BootBroadcastReceiver.java 37 * To receive the Intent.ACTION_LOCKED_BOOT_COMPLETED broadcast, the receiver needs to have
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationIntentReceiver.java 27 * Broadcast receiver to post toast messages in response to notification intents firing.
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/
BootBroadcastReceiver.java 37 * To receive the Intent.ACTION_LOCKED_BOOT_COMPLETED broadcast, the receiver needs to have
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationIntentReceiver.java 27 * Broadcast receiver to post toast messages in response to notification intents firing.
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 56 Log.i(TAG, "in broadcast receiver -- about to hang");
58 Log.i(TAG, "broadcast receiver hang finished -- returning");
225 Log.i(TAG, "ANR broadcast pressed -- about to send");
271 // Let's create and register some broadcast receivers
  /development/samples/WiktionarySimple/
AndroidManifest.xml 27 <!-- Broadcast Receiver that will process AppWidget updates -->
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/
BootBroadcastReceiver.java 37 * To receive the Intent.ACTION_LOCKED_BOOT_COMPLETED broadcast, the receiver needs to have
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationIntentReceiver.java 27 * Broadcast receiver to post toast messages in response to notification intents firing.
  /device/google/atv/overlay/frameworks/base/core/res/res/xml/
global_keys.xml 23 broadcast to the specified component. The action of the intent will be
  /device/google/contexthub/util/common/
ring.cpp 66 mNotEmptyCondition.broadcast();
  /external/autotest/server/site_tests/network_WiFi_MaskedBSSID/
network_WiFi_MaskedBSSID.py 35 # situations that occur with some types of APs which broadcast or
  /external/dng_sdk/source/
dng_abort_sniffer.cpp 119 fCondition.Broadcast ();
dng_mutex.h 153 void Broadcast ();
  /external/dnsmasq/src/
netlink.c 194 struct in_addr netmask, addr, broadcast; local
198 broadcast.s_addr = 0;
205 broadcast = *((struct in_addr *)(rta+1));
211 if (!((*ipv4_callback)(addr, ifa->ifa_index, netmask, broadcast, parm)))
  /external/iproute2/ip/
routel 28 broadcast|local|unreachable) via=$network
  /external/kernel-headers/original/uapi/scsi/
scsi_netlink_fc.h 48 * FC Transport Broadcast Event Message :

Completed in 1605 milliseconds

1 2 3 4 5 6 7 8 91011>>