OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:broadcast
(Results
126 - 150
of
2626
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/libs/usb/src/com/android/future/usb/
UsbManager.java
40
*
Broadcast
Action: A
broadcast
for USB accessory attached event.
50
*
Broadcast
Action: A
broadcast
for USB accessory detached event.
88
*
broadcast
Intent. This can also be used to retrieve the accessory from the result
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
WakeLockStateMachine.java
45
/** Result receiver called for current cell
broadcast
. */
136
* released when the
broadcast
completes.
154
// transition to waiting state if we sent a
broadcast
179
* Waiting state waits for the result receiver to be called for the current cell
broadcast
.
192
log("
broadcast
complete, returning to idle");
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachineTest.java
71
// Verify that no connection state
broadcast
is executed
107
// Verify that one connection state
broadcast
is executed
126
// Verify that one connection state
broadcast
is executed
166
// Verify that one connection state
broadcast
is executed
175
// Verify that one connection state
broadcast
is executed
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java
37
* - New dictionary
broadcast
. The dictionary provider broadcasts new dictionary availability. When
40
* it does not know, it sends this
broadcast
. When we receive this, we need to tell the dictionary
54
Log.i(TAG, "Latin IME dictionary
broadcast
receiver instantiated from the framework.");
111
// ADDED
broadcast
.
126
// should come here instantiated by the framework in reaction to a
broadcast
of
/packages/apps/CellBroadcastReceiver/res/values/
strings.xml
20
<!-- The name of the Cell
Broadcast
Receiver app. [CHAR LIMIT=NONE] -->
24
<string name="sms_cb_settings">Cell
Broadcast
settings</string>
26
<!-- Error message for users that aren't allowed to modify Cell
broadcast
settings [CHAR LIMIT=none] -->
27
<string name="cell_broadcast_settings_not_available">Cell
Broadcast
settings are not available for this user</string>
29
<!-- Text for dismiss button in
broadcast
message view dialog. [CHAR LIMIT=25] -->
40
<!-- Header for context menu on an individual
broadcast
. [CHAR LIMIT=30] -->
42
<!-- Context menu item for viewing
broadcast
details such as time and date. [CHAR LIMIT=30] -->
44
<!-- Context menu item to delete a previously received
broadcast
. [CHAR LIMIT=30] -->
45
<string name="menu_delete">Delete
broadcast
</string>
51
<!-- Delete
broadcast
confirmation dialog message. [CHAR LIMIT=NONE] --
[
all
...]
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
CustomDeviceOwnerTest.java
70
// can receive
broadcast
intents.
74
// Setting the device owner should send the owner changed
broadcast
.
78
// Waiting for the
broadcast
idle state.
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
ShellCommandUtils.java
65
* Command to send
broadcast
{@code Intent}.
70
* @return shell command to send
broadcast
intent.
78
final StringBuilder sb = new StringBuilder("am
broadcast
-a ")
/external/iptables/extensions/
libxt_pkttype.c
3
* packets by their type (
BROADCAST
, UNICAST, MULTICAST).
31
{"
broadcast
", PACKET_BROADCAST, 1, "to all"},
125
{"
broadcast
", PACKET_BROADCAST},
/external/libnl/src/
nl-addr-add.c
32
" --
broadcast
=ADDR
Broadcast
address of network (IPv4).\n"
82
{ "
broadcast
", 1, 0, ARG_BROADCAST },
nl-addr-delete.c
38
" --
broadcast
=ADDR
Broadcast
address of network (IPv4).\n"
106
{ "
broadcast
", 1, 0, ARG_BROADCAST },
/external/libpcap/msdos/
pktdrvr.h
37
PDRX_BROADCAST, /* DIRECT +
broadcast
packets */
38
PDRX_MULTICAST1, /*
BROADCAST
+ limited multicast */
39
PDRX_MULTICAST2, /*
BROADCAST
+ all multicast */
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
1-1.c
102
/*
broadcast
and check if all waiters are wakened */
103
fprintf(stderr, "[Main thread]
broadcast
the condition\n");
106
fprintf(stderr, "[Main thread] failed to
broadcast
the "
2-1.c
108
/*
broadcast
the condition to wake up all waiters */
109
fprintf(stderr, "[Main thread]
broadcast
the condition\n");
112
fprintf(stderr, "[Main thread] failed to
broadcast
the "
2-2.c
119
/*
broadcast
the condition to wake up all waiters */
120
fprintf(stderr, "[Main thread]
broadcast
the condition\n");
123
fprintf(stderr, "[Main thread] failed to
broadcast
"
/hardware/qcom/display/msm8996/sdm/include/utils/
locker.h
79
locker_.
Broadcast
();
119
locker_.
Broadcast
();
140
void
Broadcast
() { pthread_cond_broadcast(&condition_); }
/hardware/qcom/display/msm8998/sdm/include/utils/
locker.h
79
locker_.
Broadcast
();
119
locker_.
Broadcast
();
140
void
Broadcast
() { pthread_cond_broadcast(&condition_); }
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
CellBroadcastConfigServiceTest.java
43
* Cell
broadcast
config service tests
100
* Test enable cell
broadcast
range
119
* Test disable cell
broadcast
range
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/protocols/
routed.h
77
#define MAXPACKETSIZE 512 /* max
broadcast
size */
81
* Complete tables are
broadcast
every SUPPLY_INTERVAL seconds.
95
#define MIN_WAITTIME 2 /* min. interval to
broadcast
changes */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/protocols/
routed.h
77
#define MAXPACKETSIZE 512 /* max
broadcast
size */
81
* Complete tables are
broadcast
every SUPPLY_INTERVAL seconds.
95
#define MIN_WAITTIME 2 /* min. interval to
broadcast
changes */
/prebuilts/go/darwin-x86/src/sync/
cond.go
40
// Wait cannot return unless awoken by
Broadcast
or Signal.
70
//
Broadcast
wakes all goroutines waiting on c.
74
func (c *Cond)
Broadcast
() {
/prebuilts/go/linux-x86/src/sync/
cond.go
40
// Wait cannot return unless awoken by
Broadcast
or Signal.
70
//
Broadcast
wakes all goroutines waiting on c.
74
func (c *Cond)
Broadcast
() {
/external/tcpdump/
print-token.c
76
#define
BROADCAST
(trp) ((EXTRACT_16BITS(&(trp)->token_rcf) & 0xE000) >> 13)
127
"Non-
Broadcast
", "Non-
Broadcast
",
128
"Non-
Broadcast
", "Non-
Broadcast
",
188
ND_PRINT((ndo, "%s ", broadcast_indicator[
BROADCAST
(trp)]));
/frameworks/support/core-utils/java/android/support/v4/content/
LocalBroadcastManager.java
42
* <li> It is more efficient than sending a global
broadcast
through the
130
* @param receiver The BroadcastReceiver to handle the
broadcast
.
195
*
Broadcast
the given intent to all interested BroadcastReceivers. This
199
* @param intent The Intent to
broadcast
; all receivers matching this
200
* Intent will receive the
broadcast
.
205
*
broadcast
receivers. (Note tha delivery may not ultimately take place if one of those
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmService.java
39
* Registers a
broadcast
receiver to listen for snooze/dismiss intents. The
broadcast
receiver
44
* AlarmActivity and AlarmService (when unbound) listen for this
broadcast
intent
51
* AlarmActivity and AlarmService listen for this
broadcast
intent so that other
160
// If this
broadcast
receiver is handling the snooze intent then AlarmActivity
179
// Register the
broadcast
receiver
/cts/apps/CtsVerifier/src/com/android/cts/verifier/voicemail/
VoicemailBroadcastActivity.java
32
* test will pass if the verifier is able to receive a
broadcast
for the incoming voicemail. This
33
* depends on telephony to send the
broadcast
to the default dialer when receiving a Message Waiting
Completed in 1797 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>