OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:broadcast
(Results
176 - 200
of
2626
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/UserApp/src/com/android/cts/userapp/
UserActivity.java
39
.
broadcast
(this);
/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/activityandwindowmanager/activitymanager/src/android/server/cts/
KeyguardLockedTests.java
102
executeShellCommand("am
broadcast
-a trigger_broadcast --ez dismissKeyguard true");
157
executeShellCommand("am
broadcast
-a " + PIP_ACTIVITY_ACTION_ENTER_PIP);
175
executeShellCommand("am
broadcast
-a " + PIP_ACTIVITY_ACTION_ENTER_PIP);
197
executeShellCommand("am
broadcast
-a " + PIP_ACTIVITY_ACTION_ENTER_PIP);
/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/generic/goldfish/overlay/frameworks/base/core/res/res/values/
config.xml
30
<!-- Set to true to add links to Cell
Broadcast
app from Settings and MMS app. -->
/device/google/dragon/crash_collector/
AndroidManifest.xml
19
<protected-
broadcast
android:name="com.android.crashreportprovider.action.CRASH_REPORT_ADDED" />
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
LockBox.h
4
install this to
broadcast
that LockBox API is ready. The driver who will
/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/ims/rcs/presencepolling/
AndroidManifest.xml
41
<protected-
broadcast
android:name="android.provider.rcs.eab.EAB_NEW_CONTACT_INSERTED" />
42
<protected-
broadcast
android:name="android.provider.rcs.eab.EAB_DATABASE_RESET" />
43
<protected-
broadcast
android:name="com.android.service.ims.presence.capability_polling_retry" />
44
<protected-
broadcast
android:name="com.android.service.ims.presence.periodical_capability_discovery" />
/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/libmojo/mojo/edk/system/ports/
node_delegate.h
35
//
Broadcast
a message to all nodes.
/external/libnl/include/linux-private/linux/
if_addr.h
18
* It makes no difference for normally configured
broadcast
interfaces,
Completed in 2386 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>