Searched refs:onReceive (Results 326 - 350 of 437) sorted by relevance

<<1112131415161718

/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamManagerService.java119 public void onReceive(Context context, Intent intent) {
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java113 public void onReceive(Context context, Intent intent) {
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DMockSystemServices.java487 receiver.onReceive(context, intent);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerTest.java76 public void onReceive(Context context, Intent intent) {
H A DShortcutManagerTest2.java1503 mService.mReceiver.onReceive(mServiceContext, new Intent(Intent.ACTION_LOCALE_CHANGED));
1535 mService.mReceiver.onReceive(mServiceContext, new Intent(Intent.ACTION_LOCALE_CHANGED));
1545 mService.mReceiver.onReceive(mServiceContext, new Intent(Intent.ACTION_LOCALE_CHANGED));
/frameworks/base/telephony/java/android/telephony/mbms/
H A DMbmsDownloadReceiver.java142 public void onReceive(Context context, Intent intent) { method in class:MbmsDownloadReceiver
/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/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierKeyDownloadManager.java129 public void onReceive(Context context, Intent intent) {
H A DWapPushOverSms.java86 public void onReceive(final Context context, Intent intent) {
H A DInboundSmsHandler.java1309 public void onReceive(Context context, Intent intent) { method in class:InboundSmsHandler.SmsBroadcastReceiver
1578 public void onReceive(Context context, Intent intent) { method in class:InboundSmsHandler.NewMessageNotificationActionReceiver
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DRemotePlaybackClient.java881 public void onReceive(Context context, Intent intent) { method in class:RemotePlaybackClient.ActionReceiver
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialog.java1246 public void onReceive(Context context, Intent intent) {
1279 public void onReceive(Context context, Intent intent) {
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java208 public void onReceive(Context context, Intent intent) {
657 public void onReceive(Context context, Intent intent) { method in class:MediaRouterService.MediaRouterServiceBroadcastReceiver
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
H A DRttServiceImpl.java242 public void onReceive(Context context, Intent intent) {
285 public void onReceive(Context context, Intent intent) {
286 if (mDbg) Log.v(TAG, "onReceive: MODE_CHANGED_ACTION: intent=" + intent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java514 public void onReceive(Context context, Intent intent) {
715 mWallpaperChangedReceiver.onReceive(mContext, null);
1031 mBroadcastReceiver.onReceive(mContext, new Intent(Intent.ACTION_SCREEN_OFF));
3022 public void onReceive(Context context, Intent intent) {
3023 if (DEBUG) Log.v(TAG, "onReceive: " + intent);
3051 public void onReceive(Context context, Intent intent) {
3052 if (DEBUG) Log.v(TAG, "onReceive: " + intent);
5045 public void onReceive(Context context, Intent intent) {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java761 public void onReceive(Context context, Intent intent) {
840 public void onReceive(Context context, Intent intent) {
848 Trace.beginSection("KeyguardUpdateMonitor.mBroadcastAllReceiver#onReceive ACTION_FACE_UNLOCK_STARTED");
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1481 public void onReceive(Context context, Intent intent) {
1507 public void onReceive(Context context, Intent intent) {
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java212 public void onReceive(Context context, Intent intent) {
1868 public void onReceive(Context context, Intent intent) {
/frameworks/base/services/usage/java/com/android/server/usage/
H A DAppStandbyController.java1362 public void onReceive(Context context, Intent intent) { method in class:AppStandbyController.PackageReceiver
1688 public void onReceive(Context context, Intent intent) { method in class:AppStandbyController.DeviceStateReceiver
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/
H A DRttServiceImplTest.java1406 mPowerBcastReceiver.onReceive(mockContext, intent);
1414 mLocationModeReceiver.onReceive(mockContext, intent);
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DSystemMediaRouteProvider.java201 public void onReceive(Context context, Intent intent) { method in class:SystemMediaRouteProvider.LegacyImpl.VolumeChangeReceiver
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java427 public void onReceive(Context context, Intent intent) {
/frameworks/base/core/java/com/android/server/
H A DBootReceiver.java121 public void onReceive(final Context context, Intent intent) { method in class:BootReceiver
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DWifiTracker.java730 public void onReceive(Context context, Intent intent) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java648 public void onReceive(Context context, Intent intent) { method in class:PowerNotificationWarnings.Receiver

Completed in 1158 milliseconds

<<1112131415161718