OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:broadcast
(Results
101 - 125
of
2147
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/CellBroadcastReceiver/res/values-en-rGB/
strings.xml
20
<string name="sms_cb_settings" msgid="971917159442705371">"Mobile
Broadcast
settings"</string>
21
<string name="cell_broadcast_settings_not_available" msgid="2612364350745967915">"Mobile
Broadcast
settings are not available for this user"</string>
28
<string name="menu_delete" msgid="128380070910799366">"Delete
broadcast
"</string>
30
<string name="confirm_delete_broadcast" msgid="2540199303730232322">"Delete this
broadcast
?"</string>
31
<string name="confirm_delete_all_broadcasts" msgid="2924444089047280871">"Delete all received
broadcast
messages?"</string>
47
<string name="cb_other_message_identifiers" msgid="7083176204482365281">"Mobile
broadcast
"</string>
/packages/apps/CellBroadcastReceiver/res/values-en-rIN/
strings.xml
20
<string name="sms_cb_settings" msgid="971917159442705371">"Mobile
Broadcast
settings"</string>
21
<string name="cell_broadcast_settings_not_available" msgid="2612364350745967915">"Mobile
Broadcast
settings are not available for this user"</string>
28
<string name="menu_delete" msgid="128380070910799366">"Delete
broadcast
"</string>
30
<string name="confirm_delete_broadcast" msgid="2540199303730232322">"Delete this
broadcast
?"</string>
31
<string name="confirm_delete_all_broadcasts" msgid="2924444089047280871">"Delete all received
broadcast
messages?"</string>
47
<string name="cb_other_message_identifiers" msgid="7083176204482365281">"Mobile
broadcast
"</string>
/packages/apps/CellBroadcastReceiver/res/values-it/
strings.xml
19
<string name="app_label" msgid="7559008249836700599">"Cell
broadcast
"</string>
20
<string name="sms_cb_settings" msgid="971917159442705371">"Impostazioni cell
broadcast
"</string>
21
<string name="cell_broadcast_settings_not_available" msgid="2612364350745967915">"Le impostazioni di cell
broadcast
non sono disponibili per questo utente"</string>
30
<string name="confirm_delete_broadcast" msgid="2540199303730232322">"Eliminare questo
broadcast
?"</string>
31
<string name="confirm_delete_all_broadcasts" msgid="2924444089047280871">"Eliminare tutti i messaggi
broadcast
ricevuti?"</string>
47
<string name="cb_other_message_identifiers" msgid="7083176204482365281">"Cell
broadcast
"</string>
/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
181
// If this
broadcast
receiver is handling the snooze intent then AlarmActivity
200
// Register the
broadcast
receiver
/art/runtime/
barrier.cc
55
// be decremented to zero and a
Broadcast
will be made on the
86
condition_.
Broadcast
(self);
/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
/external/dbus/test/
dbus-daemon-eavesdrop.c
70
BROADCAST
,
244
/* Send special
broadcast
signal to indicate that the connections can "stop"
311
*dst =
BROADCAST
;
437
/* all the three connection can receive a
broadcast
*/
438
g_assert_cmpint (f->receiver_dst, ==,
BROADCAST
);
439
g_assert_cmpint (f->politelistener_dst, ==,
BROADCAST
);
440
g_assert_cmpint (f->eavesdropper_dst, ==,
BROADCAST
);
546
g_test_add ("/eavedrop/match_keyword/
broadcast
", Fixture, 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/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
.
53
final boolean initialSticky; // initial
broadcast
from register to sticky?
54
final int userId; // user id this
broadcast
was for
57
final int appOp; // an app op that is associated with this
broadcast
62
long enqueueClockTime; // the clock time the
broadcast
was enqueued
66
long finishTime; // when we finished the
broadcast
.
74
int anrCount; // has this
broadcast
record hit any ANRs?
77
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
48
// When the alarm goes off, we want to
broadcast
an Intent to our
52
// IntentSender to have the intent executed as a
broadcast
.
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
NotificationBroadcastReceiver.java
25
* Accepts
broadcast
Intents which will be prepared by {@link StatusBarNotifier} and thus
56
Log.i(this, "
Broadcast
from Notification: " + action);
/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
351
*
broadcast
when the message is successfully sent, or failed.
364
*
broadcast
when the message is delivered to the recipient. The
419
*
broadcast
when the message is successfully sent, or failed.
432
*
broadcast
when the message is delivered to the recipient. The
463
*
broadcast
when the message is successfully received by the
487
*
broadcast
when the corresponding message part has been sent.
498
*
broadcast
when the corresponding message part has been delivered
658
"Enabling cell
broadcast
SMS");
664
log("Failed to add GSM cell
broadcast
subscription for MID range " + startMessageId
670
log("Added GSM cell
broadcast
subscription for MID range " + startMessageI
[
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
196
// even bother with the NEW_OUTGOING_CALL
broadcast
if we're going
245
// party apps to use the NEW_OUTGOING_CALL
broadcast
to rewrite
262
// NEW_OUTGOING_CALL
broadcast
. But we need to do it again here
264
// the
broadcast
(and may now contain letters or separators again.)
280
* outgoing-call sequence after the outgoing call
broadcast
i
[
all
...]
/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
...]
Completed in 3578 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>