OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:broadcast
(Results
151 - 175
of
2626
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DelegatedScopesReceiverActivity.java
41
*
Broadcast
action sent reporting the scopes delegated to this app.
46
*
Broadcast
action sent reporting that this app is running.
/development/samples/training/threadsample/src/com/example/android/threadsample/
BroadcastNotifier.java
52
// The Intent contains the custom
broadcast
action for this app
74
// The Intent contains the custom
broadcast
action for this app
/development/tools/logblame/
app_switch_test
32
adb shell am
broadcast
-a android.intent.action.AIRPLANE_MODE > /dev/null
66
adb shell am
broadcast
-a android.intent.action.AIRPLANE_MODE > /dev/null
/external/iproute2/ip/
rtm_map.c
35
return "
broadcast
";
68
else if (matches(arg, "
broadcast
") == 0 ||
/external/libpcap/
pcap_compile.3pcap.in
51
captured; it is used only when checking for IPv4
broadcast
addresses in
56
for IPv4
broadcast
addresses will fail to compile, but all other tests in
/external/ltp/testcases/network/stress/interface/
if4-addr-change
26
#
Broadcast
address of the tested network
55
broadcast
255.255.255.255 || \
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRemoteCallbackList.java
95
throw new IllegalStateException("beginBroadcast() called while already in a
broadcast
");
126
throw new IllegalStateException("finishBroadcast() called outside of a
broadcast
");
/frameworks/base/core/java/android/bluetooth/
BluetoothDevicePicker.java
38
*
Broadcast
when one BT device is selected from BT device picker screen.
47
*
Broadcast
when someone want to select one BT device from devices list.
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsPackageMonitor.java
33
/** Registers the
broadcast
receivers with the specified callbacks. */
45
/** Unregisters the
broadcast
receivers. */
/frameworks/base/services/core/java/com/android/server/am/
BroadcastRecord.java
42
* An active intent
broadcast
.
54
final boolean initialSticky; // initial
broadcast
from register to sticky?
55
final int userId; // user id this
broadcast
was for
58
final int appOp; // an app op that is associated with this
broadcast
63
long enqueueClockTime; // the clock time the
broadcast
was enqueued
67
long finishTime; // when we finished the
broadcast
.
75
int anrCount; // has this
broadcast
record hit any ANRs?
78
BroadcastQueue queue; // the outbound queue handling this
broadcast
/frameworks/base/services/net/java/android/net/dhcp/
DhcpOfferPacket.java
34
DhcpOfferPacket(int transId, short secs, boolean
broadcast
, Inet4Address serverAddress,
36
super(transId, secs, clientIp, yourIp, INADDR_ANY, INADDR_ANY, clientMac,
broadcast
);
/frameworks/ex/common/java/com/android/common/userhappiness/
UserHappinessSignals.java
37
* be set to false after the logging
broadcast
is sent.
46
* button indicates text acceptance. We
broadcast
this information to
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
SimpleWakefulController.java
49
// When the alarm goes off, we want to
broadcast
an Intent to our
53
// IntentSender to have the intent executed as a
broadcast
.
/packages/apps/TV/src/com/android/tv/data/
Lineup.java
65
* Lineup type for
broadcast
digital.
70
* Lineup type for
broadcast
analog.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_tr.h
89
#define TR_RCF_BROADCAST 0x8000 /* all-routes
broadcast
*/
90
#define TR_RCF_LIMITED_BROADCAST 0xC000 /* single-route
broadcast
*/
if_tun.h
79
* If the filter is enabled in order to accept
broadcast
packets
80
*
broadcast
addr must be explicitly included in the addr list.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_tr.h
89
#define TR_RCF_BROADCAST 0x8000 /* all-routes
broadcast
*/
90
#define TR_RCF_LIMITED_BROADCAST 0xC000 /* single-route
broadcast
*/
/prebuilts/go/darwin-x86/test/fixedbugs/
issue9110.go
71
cond1.
Broadcast
()
79
cond2.
Broadcast
()
/prebuilts/go/linux-x86/test/fixedbugs/
issue9110.go
71
cond1.
Broadcast
()
79
cond2.
Broadcast
()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccSmsInterfaceManager.java
353
*
broadcast
when the message is successfully sent, or failed.
366
*
broadcast
when the message is delivered to the recipient. The
421
*
broadcast
when the message is successfully sent, or failed.
434
*
broadcast
when the message is delivered to the recipient. The
464
*
broadcast
when the message is successfully received by the
488
*
broadcast
when the corresponding message part has been sent.
499
*
broadcast
when the corresponding message part has been delivered
659
"Enabling cell
broadcast
SMS");
665
log("Failed to add GSM cell
broadcast
subscription for MID range " + startMessageId
671
log("Added GSM cell
broadcast
subscription for MID range " + startMessageI
[
all
...]
InboundSmsHandler.java
81
*
broadcast
, its parts are removed from the raw table. If the device crashes after ACKing
82
* but before the
broadcast
completes, the pending messages will be rebroadcast on the next boot.
91
* of a multi-part SMS), we
broadcast
the completed PDUs as an ordered
broadcast
, then transition to
92
* {@link WaitingState} state to wait for the
broadcast
to complete. When the local
94
* to the state machine, causing us to either
broadcast
the next pending message (if one has
95
* arrived while waiting for the
broadcast
to complete), or to transition back to the halted state
140
/** Message type containing a {@link InboundSmsTracker} ready to
broadcast
to listeners. */
143
/** Message from resultReceiver notifying {@link WaitingState} of a completed
broadcast
. */
195
/** Broadcasting state. Waits for current
broadcast
to complete before delivering next. *
[
all
...]
/packages/services/Telephony/src/com/android/phone/
OutgoingCallBroadcaster.java
51
* ACTION_NEW_OUTGOING_CALL intent. ACTION_NEW_OUTGOING_CALL is an ordered
broadcast
intent which
63
* number) are exempt from being
broadcast
.
64
* Calls to emergency numbers are still
broadcast
for informative purposes. The call is placed
138
* the InCallScreen if the
broadcast
has not been canceled, possibly with
183
// Once the NEW_OUTGOING_CALL
broadcast
is finished, the resultData
204
// party apps to use the NEW_OUTGOING_CALL
broadcast
to rewrite
221
// NEW_OUTGOING_CALL
broadcast
. But we need to do it again here
223
// the
broadcast
(and may now contain letters or separators again.)
239
* outgoing-call sequence after the outgoing call
broadcast
is
251
* sequence. Normally this will be the NEW_OUTGOING_CALL
broadcast
inten
[
all
...]
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
EphemeralActivity.java
42
.
broadcast
(this);
EphemeralActivity2.java
40
.
broadcast
(this);
EphemeralActivity3.java
40
.
broadcast
(this);
Completed in 1028 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>