OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:broadcast
(Results
501 - 525
of
2626
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/services/usb/java/com/android/server/usb/
UsbSettingsManager.java
172
* Remove temporary access permission and
broadcast
that a device was removed.
195
* Remove temporary access permission and
broadcast
that a accessory was removed.
/frameworks/base/telephony/java/android/telephony/ims/feature/
ImsFeature.java
46
* Action to
broadcast
when ImsService is up.
55
* Action to
broadcast
when ImsService is down.
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
SmsEnvelope.java
50
// Service Categories for Cell
Broadcast
, see 3GPP2 C.R1001 table 9.3.1-1
63
* Provides the type of a SMS message like point to point,
broadcast
or acknowledge
/frameworks/ex/common/java/com/android/common/speech/
LoggingEvents.java
21
* keys and values of extras to be specified in logging
broadcast
intents.
26
// The name of the
broadcast
intent for logging.
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
Partner.java
36
* registers the
broadcast
receiver for {@code com.android.setupwizard.action.PARTNER_CUSTOMIZATION}
113
* by a
broadcast
receiver declared in the manifest that handles the
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
ImsServiceTest.java
178
* Tests that the new ImsService still sends the IMS_SERVICE_UP
broadcast
when the feature is
200
* Tests that the new ImsService still sends the IMS_SERVICE_DOWN
broadcast
when the feature is
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmInboundSmsHandlerTest.java
292
// send same data sms again, and since it's not text sms it should be
broadcast
again
464
// verify no
broadcast
sent.
477
// verify
broadcast
intents
516
// verify
broadcast
intents
693
// verify that a
broadcast
receiver is registered for current user (user == null) based on
703
// when user unlocks the device, the message in db should be
broadcast
[
all
...]
/packages/apps/CellBroadcastReceiver/
AndroidManifest.xml
70
to add links to Cell
Broadcast
activities via Settings and MMS menu items.
115
<!-- Require sender permission for querying latest area info
broadcast
-->
/packages/apps/Dialer/java/com/android/incallui/
NotificationBroadcastReceiver.java
32
* Accepts
broadcast
Intents which will be prepared by {@link StatusBarNotifier} and thus sent from
66
LogUtil.i("NotificationBroadcastReceiver.onReceive", "
Broadcast
from Notification: " + action);
/packages/apps/Settings/src/com/android/settings/accounts/
ManagedProfileSettings.java
152
Log.v(TAG, "Received
broadcast
: " + action);
170
Log.w(TAG, "Cannot handle received
broadcast
: " + intent.getAction());
/packages/apps/TV/src/com/android/tv/tuner/
TunerInputController.java
47
* Listens to
broadcast
intent for {@link Intent#ACTION_BOOT_COMPLETED},
99
if (DEBUG) Log.d(TAG, "
Broadcast
intent received:" + intent);
/packages/apps/UnifiedEmail/src/com/android/mail/
MailLogService.java
39
* Dump valuable system state by sending a local
broadcast
to the associated activity.
40
*
Broadcast
receivers are responsible for dumping state as they see fit.
/packages/providers/TelephonyProvider/
AndroidManifest.xml
27
<protected-
broadcast
android:name="android.provider.action.EXTERNAL_PROVIDER_CHANGE" />
28
<protected-
broadcast
android:name="android.intent.action.CONTENT_CHANGED" />
/packages/services/Telecomm/src/com/android/server/telecom/
Timeouts.java
74
* NEW_OUTGOING_CALL
broadcast
. This timeout allows apps which repost the call using a gateway
84
* NEW_OUTGOING_CALL
broadcast
. This prevents malicious or poorly configured apps from
/packages/services/Telecomm/src/com/android/server/telecom/components/
UserCallIntentProcessor.java
177
* Trampolines the intent to the
broadcast
receiver that runs only as the primary user.
183
Log.d(this, "Sending
broadcast
as user to CallReceiver");
/packages/services/Telephony/src/com/android/phone/
NetworkQueryService.java
82
// if the scan is complete,
broadcast
the results.
198
*
Broadcast
the results from the query to all registered callback
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
LatencyTests.java
40
private static final String FINGERPRINT_WAKE_FAKE_COMMAND = "am
broadcast
-a "
42
private static final String TURN_ON_SCREEN_COMMAND = "am
broadcast
-a "
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_guard.cpp
239
abort_message("__cxa_guard_release failed to
broadcast
condition variable");
250
abort_message("__cxa_guard_abort failed to
broadcast
condition variable");
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_guard.cpp
236
abort_message("__cxa_guard_release failed to
broadcast
condition variable");
246
abort_message("__cxa_guard_abort failed to
broadcast
condition variable");
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Output.c
199
255.255.255.255 means
broadcast
.
293
// Set the gateway to local
broadcast
if the Dest is
294
// the
broadcast
address for the connected network or
295
// it is local
broadcast
.
303
//
broadcast
and multicast.
/external/kernel-headers/original/uapi/linux/
cec-funcs.h
45
msg->msg[0] |= 0xf; /*
broadcast
*/
90
msg->msg[0] |= 0xf; /*
broadcast
*/
99
msg->msg[0] |= 0xf; /*
broadcast
*/
117
msg->msg[0] |= 0xf; /*
broadcast
*/
137
msg->msg[0] |= 0xf; /*
broadcast
*/
822
msg->msg[0] |= 0xf; /*
broadcast
*/
848
msg->msg[0] |= 0xf; /*
broadcast
*/
881
msg->msg[0] |= 0xf; /*
broadcast
*/
1120
msg->msg[0] |= 0xf; /*
broadcast
*/
[
all
...]
/frameworks/base/core/java/android/net/
NetworkScoreManager.java
68
*
Broadcast
action: new network scores are being requested. This intent will only be delivered
121
*
Broadcast
action: the active scorer has been changed. Scorer apps may listen to this to
123
* if another scorer has been selected. This is an explicit
broadcast
only sent to the
311
* the {@link #ACTION_CHANGE_ACTIVE}
broadcast
, or using a custom configuration activity.
347
* @return true if the
broadcast
was sent, or false if there is no active scorer.
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsCbHeader.java
25
* Parses a 3GPP TS 23.041 cell
broadcast
message header. This class is public for use by
219
* Return whether this
broadcast
is an emergency (PWS) message type.
228
* Return whether this
broadcast
is an ETWS emergency message type.
237
* Return whether this
broadcast
is an ETWS primary notification.
245
* Return whether this
broadcast
is in UMTS format.
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/btservice/
PhonePolicyTest.java
99
// Get the
broadcast
receiver to inject events.
158
// Get the
broadcast
receiver to inject events
209
// Get the
broadcast
receiver to inject events
272
// Get the
broadcast
receiver to inject events
332
// Get the
broadcast
receiver to inject events.
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
InsertNewMessageAction.java
160
//
Broadcast
SMS - put message in "fake conversation" before farming out to real 1:1
292
LogUtil.v(TAG, "InsertNewMessageAction: Inserting
broadcast
SMS message "
332
LogUtil.d(TAG, "InsertNewMessageAction: Inserted
broadcast
SMS message "
340
"InsertNewMessageAction: No uri for
broadcast
SMS " + message.getMessageId()
364
// For 1:1 message generated sending
broadcast
need to look up threadId+conversationId
Completed in 1762 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>