/frameworks/base/services/core/jni/ |
com_android_server_tv_TvInputHal.cpp | 177 mCondition.broadcast(); 194 mCondition.broadcast();
|
/frameworks/base/telephony/java/com/android/ims/ |
ImsConfig.java | 40 * Broadcast action: the feature enable status was changed 48 * Broadcast action: the configuration was changed
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
ProxyController.java | 541 // Create the intent to broadcast 573 // Broadcast that we're done
|
SubscriptionInfoUpdater.java | 174 // broadcast pending intents 384 // not broadcast the SIM loaded.
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
ThermalManager.java | 73 * Thermal Zone State Changed Action: This is broadcast when the state of a 563 // broadcast a sticky intent for the clients
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
DatagramSocketTest.java | 868 // validate we cannot connect to the broadcast address when 876 // now validate that we can connect to the broadcast address when [all...] |
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
Utils.java | 476 // Send explicit broadcast due to Broadcast Limitations
|
/packages/apps/Messaging/ |
AndroidManifest.xml | 460 <!-- Broadcast receiver that will be notified to reset notifications --> 466 <!-- Broadcast receiver that will be notified for ActionService alarms. -->
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/ |
Downloads.java | 110 * Broadcast Action: this is sent by the download manager to the app 118 * Broadcast Action: this is sent by the download manager to the app
|
/packages/apps/Settings/res/values-da/ |
arrays.xml | 307 <item msgid="1436446526955010826">"lęs Cell Broadcast-meddelelser"</item> 374 <item msgid="6798698496904810960">"Lęs Cell Broadcast-meddelelser"</item>
|
/packages/apps/Settings/res/values-it/ |
arrays.xml | 307 <item msgid="1436446526955010826">"lettura di cell broadcast"</item> 374 <item msgid="6798698496904810960">"Lettura di cell broadcast"</item>
|
/packages/apps/Settings/res/values-ka/ |
arrays.xml | 307 <item msgid="1436446526955010826">"Cell Broadcast-???? ????????"</item> 374 <item msgid="6798698496904810960">"Cell Broadcast-???? ????????"</item>
|
/packages/apps/Settings/res/values-mk/ |
arrays.xml | 307 <item msgid="1436446526955010826">"????? ?????? Cell Broadcast"</item> 374 <item msgid="6798698496904810960">"????? ?????? Cell Broadcast"</item>
|
/packages/apps/Settings/res/values-tl/ |
arrays.xml | 307 <item msgid="1436446526955010826">"basahin ang mga cell broadcast"</item> 374 <item msgid="6798698496904810960">"Basahin ang mga cell broadcast"</item>
|
/packages/apps/Settings/res/values-uk/ |
arrays.xml | 307 <item msgid="1436446526955010826">"??????????? ???????????? Cell Broadcast"</item> 374 <item msgid="6798698496904810960">"??????????? ???????????? Cell Broadcast"</item>
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
AccountPreferenceController.java | 577 Log.v(TAG, "Received broadcast: " + action); 587 Log.w(TAG, "Cannot handle received broadcast: " + intent.getAction());
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
AppButtonsPreferenceController.java | 491 Log.d(TAG, "Sending broadcast to query restart status for " 602 Log.d(TAG, "Got broadcast response: Restart status for "
|
/packages/apps/Settings/src/com/android/settings/widget/ |
SettingsAppWidgetProvider.java | 253 * Update internal state from a broadcast state change. 550 // Note: the broadcast location providers changed intent [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarAlarmManager.java | 166 // BOOT_COMPLETED broadcast actions. This resulted in alarms being 167 // missed (Bug 7221716) when the TIME_CHANGED broadcast ('removeAlarms' = false)
|
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
BluetoothRouteManager.java | 81 // Broadcast receiver to receive audio state change broadcasts from the BT stack 96 Log.w(BluetoothRouteManager.this, "Got null device from broadcast. " + [all...] |
/packages/services/Telephony/src/com/android/phone/ |
CallController.java | 163 * NEW_OUTGOING_CALL broadcast 165 * (2) The broadcast finally reaches OutgoingCallReceiver, which stashes
|
/prebuilts/go/darwin-x86/src/net/ |
ip.go | 93 IPv4bcast = IPv4(255, 255, 255, 255) // limited broadcast 159 // the exception of IPv4 directed broadcast addresses.
|
/prebuilts/go/linux-x86/src/net/ |
ip.go | 93 IPv4bcast = IPv4(255, 255, 255, 255) // limited broadcast 159 // the exception of IPv4 directed broadcast addresses.
|
/system/bt/btif/src/ |
btif_pan.cc | 554 int broadcast = eth_hdr->h_dest[0] & 1; local 560 (broadcast ||
|
/tools/test/connectivity/acts/framework/acts/ |
utils.py | 565 ad.adb.shell("am broadcast -a android.intent.action.AIRPLANE_MODE") 738 # magical sleep to wait for the gservices override broadcast to complete
|