Searched refs:onReceive (Results 76 - 100 of 240) sorted by relevance

12345678910

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWakeLockStateMachine.java222 public void onReceive(Context context, Intent intent) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceCategoryProgramHandler.java121 public void onReceive(Context context, Intent intent) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcRetryAlarmController.java50 public void onReceive(Context context, Intent intent) {
54 log("onReceive: ignore empty action='" + action + "'");
67 log("onReceive: action=" + action
73 if (DBG) log("onReceive: unknown action=" + action);
/frameworks/support/v4/jellybean-mr2/android/support/v4/media/
H A DTransportMediatorJellybeanMR2.java62 public void onReceive(Context context, Intent intent) {
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProviderWatcher.java141 public void onReceive(Context context, Intent intent) {
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java97 public void onReceive(Context context, Intent intent) { method in class:ConnectivityManagerTestBase.ConnectivityReceiver
102 Log.v("ConnectivityReceiver", "onReceive() called with " + intent);
109 public void onReceive(Context context, Intent intent) { method in class:ConnectivityManagerTestBase.WifiReceiver
111 Log.v("WifiReceiver", "onReceive() is calleld with " + intent);
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java145 public void onReceive(Context context, Intent intent) { method in class:ConnectionUtil.ConnectivityReceiver
150 Log.v(LOG_TAG, "ConnectivityReceiver: onReceive() is called with " + intent);
153 Log.v("ConnectivityReceiver", "onReceive() called with " + intent);
184 public void onReceive(Context context, Intent intent) { method in class:ConnectionUtil.WifiReceiver
186 Log.v("WifiReceiver", "onReceive() is calleld with " + intent);
218 public void onReceive(Context context, Intent intent) { method in class:ConnectionUtil.DownloadReceiver
220 Log.v("DownloadReceiver", "onReceive() is called with " + intent);
/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java111 public void onReceive(Context context, Intent intent) {
130 public void onReceive(Context context, Intent intent) {
139 public void onReceive(Context context, Intent intent) {
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java105 public void onReceive(Context context, Intent intent) { method in class:BluetoothTestUtils.BluetoothReceiver
163 public void onReceive(Context context, Intent intent) { method in class:BluetoothTestUtils.PairReceiver
239 public void onReceive(Context context, Intent intent) { method in class:BluetoothTestUtils.ConnectProfileReceiver
275 public void onReceive(Context context, Intent intent) { method in class:BluetoothTestUtils.ConnectPanReceiver
280 super.onReceive(context, intent);
293 public void onReceive(Context context, Intent intent) { method in class:BluetoothTestUtils.StartStopScoReceiver
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java89 public void onReceive(Context context, Intent intent) { method in class:DownloadManagerBaseTest.WiFiChangedReceiver
139 public void onReceive(Context context, Intent intent) { method in class:DownloadManagerBaseTest.DownloadFinishedListener
/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java476 public void onReceive(Context context, Intent intent) {
499 public void onReceive(Context context, Intent intent) {
H A DShutdownThread.java172 public void onReceive(Context context, Intent intent) { method in class:ShutdownThread.CloseDialogReceiver
279 @Override public void onReceive(Context context, Intent intent) {
/frameworks/base/core/java/android/content/
H A DBroadcastReceiver.java172 * to {@link #onReceive}. Once your code returns from this function,
176 * {@link #onReceive} implementation: anything that requires asynchronous
192 * currently running the code in its {@link #onReceive} method) is
196 * <p>Once you return from onReceive(), the BroadcastReceiver is no longer
201 * upon returning from onReceive() the system will consider its process
216 * while in {@link BroadcastReceiver#onReceive BroadcastReceiver.onReceive()}.
217 * This allows you to return from onReceive() without having the broadcast
465 * in your implementation of onReceive().
481 * resolution. For this reason, {@link #onReceive(Contex
488 public abstract void onReceive(Context context, Intent intent); method in class:BroadcastReceiver
[all...]
/frameworks/base/core/java/android/widget/
H A DAdapterViewFlipper.java88 public void onReceive(Context context, Intent intent) {
H A DAnalogClock.java253 public void onReceive(Context context, Intent intent) {
H A DDateTimeView.java223 public void onReceive(Context context, Intent intent) {
H A DTextClock.java150 public void onReceive(Context context, Intent intent) {
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiClientTest.java54 public void onReceive(Context context, Intent intent) { method in class:WifiClientTest.WifiStateListener
/frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
H A DAccessoryChat.java64 public void onReceive(Context context, Intent intent) {
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DMtpClient.java65 public void onReceive(Context context, Intent intent) {
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportReceiver.java67 public void onReceive(Context context, Intent intent) { method in class:BugreportReceiver
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DIntentTile.java140 public void onReceive(Context context, Intent intent) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsActivity.java54 public void onReceive(Context context, Intent intent) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java142 public void onReceive(Context context, Intent intent) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DZenModeControllerImpl.java232 public void onReceive(Context context, Intent intent) {

Completed in 495 milliseconds

12345678910