Searched refs:mNotifier (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java192 protected PhoneNotifier mNotifier; field in class:PhoneBase
222 this.mNotifier = notifier;
585 mNotifier.notifyServiceState(this);
819 mNotifier.notifyDataActivity(this);
828 mNotifier.notifyMessageWaitingChanged(this);
833 mNotifier.notifyDataConnection(this, reason, apnType, state);
837 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
843 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
848 mNotifier.notifyOtaspChanged(this, otaspMode);
852 mNotifier
[all...]
/frameworks/base/services/java/com/android/server/power/
H A DPowerManagerService.java180 private Notifier mNotifier; field in class:PowerManagerService
428 mNotifier = new Notifier(Looper.getMainLooper(), mContext, mBatteryStats,
435 mContext, mNotifier, mLightsService, twilight,
749 mNotifier.onWakeLockAcquired(wakeLock.mFlags, wakeLock.mTag,
756 mNotifier.onWakeLockReleased(wakeLock.mFlags, wakeLock.mTag,
848 mNotifier.onUserActivity(event, uid);
910 mNotifier.onWakeUpStarted();
983 mNotifier.onGoToSleepStarted(reason);
1100 mNotifier.onWakeUpFinished();
1104 mNotifier
[all...]
H A DDisplayPowerController.java166 private final Notifier mNotifier; field in class:DisplayPowerController
352 mNotifier = notifier;
769 mNotifier.onScreenOn();
771 mNotifier.onScreenOff();
800 mNotifier.onScreenBrightness(target);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java176 mNotifier.notifyPhoneState(this);
209 mNotifier.notifyCallForwardingChanged(this);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java357 mNotifier.notifyPhoneState(this);
395 mNotifier.notifyCellLocation(this);
400 mNotifier.notifyCallForwardingChanged(this);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java809 mNotifier.notifyPhoneState(this);
826 mNotifier.notifyCellLocation(this);

Completed in 274 milliseconds