Searched defs:onReceive (Results 76 - 100 of 130) sorted by relevance

123456

/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java197 public void onReceive(Context context, Intent intent) { method in class:ShutdownThread.CloseDialogReceiver
360 @Override public void onReceive(Context context, Intent intent) {
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DSourceActivity.java215 public void onReceive(Context context, Intent intent) { method in class:SourceActivity.AccessoryReceiver
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java110 public void onReceive(Context context, Intent intent) { method in class:ActivityTestMain.BroadcastResultReceiver
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java385 public void onReceive(Context context, Intent intent) { method in class:TrackerService.NetworkStateBroadcastReceiver
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java225 public synchronized void onReceive(Context context, Intent intent) { method in class:SipWakeupTimer
234 log("onReceive: unrecognized intent: " + intent);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneStateIntentReceiver.java162 public void onReceive(Context context, Intent intent) { method in class:PhoneStateIntentReceiver
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaNotificationManager.java146 public void onReceive(Context context, Intent intent) { method in class:MediaNotificationManager
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaNotificationManager.java146 public void onReceive(Context context, Intent intent) { method in class:MediaNotificationManager
/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminReceiver.java42 * {@link BroadcastReceiver#onReceive(Context, Intent) BroadcastReceiver.onReceive()}
405 * @param context The running context as per {@link #onReceive}.
406 * @param intent The received intent as per {@link #onReceive}.
417 * @param context The running context as per {@link #onReceive}.
418 * @param intent The received intent as per {@link #onReceive}.
431 * @param context The running context as per {@link #onReceive}.
432 * @param intent The received intent as per {@link #onReceive}.
442 * @param context The running context as per {@link #onReceive}.
443 * @param intent The received intent as per {@link #onReceive}
643 public void onReceive(Context context, Intent intent) { method in class:DeviceAdminReceiver
[all...]
/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
467 * in your implementation of onReceive().
483 * resolution. For this reason, {@link #onReceive(Contex
490 public abstract void onReceive(Context context, Intent intent); method in class:BroadcastReceiver
[all...]
/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java293 public void onReceive(Context context, Intent intent) { method in class:PackageMonitor
/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/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java630 public void onReceive(Context context, Intent intent) { method in class:AppCacheTest.FreeStorageReceiver
/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/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java272 public void onReceive(Context context, Intent intent, BluetoothDevice device) { method in class:LocalBluetoothProfileManager.StateChangedHandler
299 public void onReceive(Context context, Intent intent, BluetoothDevice device) { method in class:LocalBluetoothProfileManager.PanStateChangedHandler
303 super.onReceive(context, intent, device);
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java323 public void onReceive(Context context, Intent intent) { method in class:PowerNotificationWarnings.Receiver
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileLifecycleManager.java294 public void onReceive(Context context, Intent intent) { method in class:TileLifecycleManager
295 if (DEBUG) Log.d(TAG, "onReceive: " + intent);
/frameworks/base/services/core/java/com/android/server/
H A DWatchdog.java191 public void onReceive(Context c, Intent intent) { method in class:Watchdog.RebootRequestReceiver
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DSinkActivity.java489 public void onReceive(Context context, Intent intent) { method in class:SinkActivity.DeviceReceiver
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java200 @Override public void onReceive(Context context, Intent intent) { method in class:LoaderCustomSupport.PackageIntentReceiver
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java200 @Override public void onReceive(Context context, Intent intent) { method in class:LoaderCustomSupport.PackageIntentReceiver
/frameworks/base/core/java/android/preference/
H A DSeekBarVolumizer.java409 public void onReceive(Context context, Intent intent) { method in class:SeekBarVolumizer.Receiver
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java107 public void onReceive(Context context, Intent intent) { method in class:BluetoothTestUtils.BluetoothReceiver
165 public void onReceive(Context context, Intent intent) { method in class:BluetoothTestUtils.PairReceiver
242 public void onReceive(Context context, Intent intent) { method in class:BluetoothTestUtils.ConnectProfileReceiver
278 public void onReceive(Context context, Intent intent) { method in class:BluetoothTestUtils.ConnectPanReceiver
283 super.onReceive(context, intent);
296 public void onReceive(Context context, Intent intent) { method in class:BluetoothTestUtils.StartStopScoReceiver
434 public void onReceive(Context context, Intent intent) {
477 public void onReceive(Context context, Intent intent) {
526 public void onReceive(Context context, Intent intent) {
576 public void onReceive(Contex
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java136 public void onReceive(Context context, Intent intent) { method in class:DownloadManagerBaseTest.MultipleDownloadsCompletedReceiver
170 * Gets the number of times the {@link #onReceive} callback has been called for the
211 public void onReceive(Context context, Intent intent) { method in class:DownloadManagerBaseTest.WiFiChangedReceiver
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DBroadcastTest.java226 public void onReceive(Context context, Intent intent) {
264 public void onReceive(Context context, Intent intent) { method in class:BroadcastTest.TestBroadcastReceiver
386 public void onReceive(Context context, Intent intent) {
413 public void onReceive(Context context, Intent intent) {
435 public void onReceive(Context context, Intent intent) {
459 public void onReceive(Context context, Intent intent) {
481 public void onReceive(Context context, Intent intent) {
505 public void onReceive(Context context, Intent intent) {

Completed in 1822 milliseconds

123456