Searched refs:onReceive (Results 251 - 275 of 312) sorted by relevance

<<111213

/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java958 public void onReceive(Context context, Intent intent) { method in class:TrustManagerService.Receiver
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java188 public void onReceive(Context context, Intent intent) {
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerHelper.java840 public void onReceive(Context context, Intent intent) { method in class:SoundTriggerHelper.PowerSaveModeListener
/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/net/voip/src/java/com/android/server/sip/
H A DSipService.java1135 public void onReceive(Context context, Intent intent) { method in class:SipService.ConnectivityReceiver
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java182 public void onReceive(Context context, Intent intent) {
H A DGsmCdmaCallTracker.java104 public void onReceive(Context context, Intent intent) {
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DSystemMediaRouteProvider.java190 public void onReceive(Context context, Intent intent) { method in class:SystemMediaRouteProvider.LegacyImpl.VolumeChangeReceiver
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java509 public void onReceive(Context context, Intent intent) {
586 public void onReceive(Context context, Intent intent) {
/frameworks/base/services/core/java/com/android/server/
H A DDeviceIdleController.java324 @Override public void onReceive(Context context, Intent intent) {
381 @Override public void onReceive(Context context, Intent intent) {
H A DTextServicesManagerService.java241 public void onReceive(Context context, Intent intent) { method in class:TextServicesManagerService.TextServicesBroadcastReceiver
H A DAlarmManagerService.java2667 public void onReceive(Context context, Intent intent) { method in class:AlarmManagerService.ClockReceiver
2725 public void onReceive(Context context, Intent intent) { method in class:AlarmManagerService.InteractiveStateReceiver
2749 public void onReceive(Context context, Intent intent) { method in class:AlarmManagerService.UninstallReceiver
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java935 public void onReceive(Context context, Intent intent) {
947 public void onReceive(Context context, Intent intent) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningServiceImpl.java297 public void onReceive(Context context, Intent intent) {
2257 public void onReceive(Context context, Intent intent) {
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1122 receiver.onReceive(mContext, intent);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java1050 public void onReceive(Context context, Intent intent) { method in class:ApplicationsState.PackageIntentReceiver
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogController.java765 public void onReceive(Context context, Intent intent) { method in class:VolumeDialogController.Receiver
773 if (D.BUG) Log.d(TAG, "onReceive VOLUME_CHANGED_ACTION stream=" + stream
782 if (D.BUG) Log.d(TAG, "onReceive STREAM_DEVICES_CHANGED_ACTION stream="
788 if (D.BUG) Log.d(TAG, "onReceive RINGER_MODE_CHANGED_ACTION rm="
793 if (D.BUG) Log.d(TAG, "onReceive INTERNAL_RINGER_MODE_CHANGED_ACTION rm="
800 if (D.BUG) Log.d(TAG, "onReceive STREAM_MUTE_CHANGED_ACTION stream=" + stream
804 if (D.BUG) Log.d(TAG, "onReceive ACTION_EFFECTS_SUPPRESSOR_CHANGED");
807 if (D.BUG) Log.d(TAG, "onReceive ACTION_CONFIGURATION_CHANGED");
810 if (D.BUG) Log.d(TAG, "onReceive ACTION_SCREEN_OFF");
813 if (D.BUG) Log.d(TAG, "onReceive ACTION_CLOSE_SYSTEM_DIALOG
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java131 public void onReceive(Context context, Intent intent) {
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java101 public void onReceive(Context context, Intent intent) {
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java105 public void onReceive(Context context, Intent intent) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java225 public void onReceive(Context context, Intent intent) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java346 public void onReceive(Context context, Intent intent) {
2511 public void onReceive(Context context, Intent intent) {
3410 public void onReceive(Context context, Intent intent) {
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java364 public void onReceive(Context context, Intent intent) {
375 public void onReceive(Context context, Intent intent) {
468 public void onReceive(Context context, Intent intent) {
2140 public void onReceive(Context context, Intent intent) {
4583 public void onReceive(Context context, Intent intent) {
4803 public void onReceive(Context context, Intent intent) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java986 mBroadcastReceiver.onReceive(mContext,
3549 public void onReceive(Context context, Intent intent) {
3550 if (DEBUG) Log.v(TAG, "onReceive: " + intent);
3580 public void onReceive(Context context, Intent intent) {
3581 if (DEBUG) Log.v(TAG, "onReceive: " + intent);
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java2570 public void onReceive(final Context context, final Intent intent) {

Completed in 3206 milliseconds

<<111213