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

1 2 3 4 56 7 8 91011>>

  /cts/hostsidetests/appsecurity/test-apps/NoRestartApp/src/com/android/cts/norestart/
NoRestartActivity.java 45 final Intent intent = new Intent("com.android.cts.norestart.BROADCAST");
  /cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
BroadcastIntentReceiver.java 27 = "owner-changed-broadcast-received";
  /cts/hostsidetests/services/activitymanager/app/src/android/server/app/
BroadcastReceiverActivity.java 27 * Activity that registers broadcast receiver .
  /cts/tests/tests/permission/src/android/permission/cts/
RebootPermissionTest.java 35 * Verify that rebooting by sending a broadcast Intent requires Permission.
  /cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
VoiceInteractionTestReceiver.java 32 Log.i("VoiceInteractionTestReceiver", "Got broadcast that MainInteractionService started");
  /developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/res/values/
strings.xml 5 <string name="broadcast_device">Broadcast Device</string>
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
SampleMediaButtonReceiver.java 25 * Broadcast receiver for handling ACTION_MEDIA_BUTTON.
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/res/values/
strings.xml 5 <string name="broadcast_device">Broadcast Device</string>
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
SampleMediaButtonReceiver.java 25 * Broadcast receiver for handling ACTION_MEDIA_BUTTON.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmController.java 86 // When the alarm goes off, we want to broadcast an Intent to our
90 // IntentSender to have the intent executed as a broadcast.
116 // When the alarm goes off, we want to broadcast an Intent to our
120 // IntentSender to have the intent executed as a broadcast.
  /development/samples/browseable/BluetoothAdvertisements/res/values/
strings.xml 5 <string name="broadcast_device">Broadcast Device</string>
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
SampleMediaButtonReceiver.java 25 * Broadcast receiver for handling ACTION_MEDIA_BUTTON.
  /device/google/dragon/crash_collector/
AndroidManifest.xml 19 <protected-broadcast android:name="com.android.crashreportprovider.action.CRASH_REPORT_ADDED" />
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values-mcc302-mnc610/
config.xml 24 <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
  /device/moto/shamu/overlay/frameworks/base/core/res/res/values-mcc440-mnc20/
config.xml 26 <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
  /device/sample/apps/upgrade/
AndroidManifest.xml 24 <!-- This broadcast is sent after the core system has finished
  /external/android-clat/
setif.c 37 * broadcast - broadcast address (only for AF_INET, ignored for AF_INET6)
39 int add_address(const char *ifname, int family, const void *address, int prefixlen, const void *broadcast) {
78 if(nla_put(msg, IFA_BROADCAST, addr_size, broadcast) < 0) {
  /external/dhcpcd-6.8.2/dhcpcd-hooks/
50-yp.conf 25 echo "domain $new_nis_domain broadcast" >> "$cf"
  /external/iproute2/include/linux/
if_addr.h 18 * It makes no difference for normally configured broadcast interfaces,
  /external/iproute2/man/man8/
arpd.8 29 With this option, arpd not only passively listens for ARP packets on the interface, but also sends broadcast queries itself. NUMBER is the number of such queries to make before a destination is considered dead. When arpd is started as kernel helper (i.e. with app_solicit enabled in sysctl or even with option -k) without this option and still did not learn enough information, you can observe 1 second gaps in service. Not fatal, but not good.
32 Suppress sending broadcast queries by the kernel. This option only makes sense together with option -a.
44 The number of broadcasts sent by arpd back to back. Default value is 3. Together with the -R option, this option ensures that the number of ARP queries that are broadcast does not exceed B+R*T over any interval of time T.
67 Completely replace kernel resolution on interfaces eth0 and eth1. In this case the kernel still does unicast probing to validate entries, but all the broadcast activity is suppressed and made under authority of arpd.
  /external/kernel-headers/original/uapi/linux/
if_addr.h 18 * It makes no difference for normally configured broadcast interfaces,
  /external/libnl/include/linux/
if_addr.h 18 * It makes no difference for normally configured broadcast interfaces,
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
address_v4.hpp 177 /// Obtain an address object that represents the broadcast address.
178 static address_v4 broadcast() function in class:asio::ip::address_v4
183 /// Obtain an address object that represents the broadcast address that
185 ASIO_DECL static address_v4 broadcast(
  /external/webrtc/webrtc/base/
ifaddrs-android.h 28 // Real ifaddrs has broadcast, point to point and data members.
  /frameworks/base/core/java/com/android/internal/app/
DumpHeapActivity.java 43 // Broadcast action to determine when to delete the current dump heap data.
117 Intent broadcast = new Intent(ACTION_DELETE_DUMPHEAP); local
118 broadcast.putExtra(EXTRA_DELAY_DELETE, true);
119 sendBroadcast(broadcast);

Completed in 2899 milliseconds

1 2 3 4 56 7 8 91011>>