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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java223 protected PhoneNotifier mNotifier; field in class:PhoneBase
254 mNotifier = notifier;
665 mNotifier.notifyServiceState(this);
964 mNotifier.notifyDataActivity(this);
973 mNotifier.notifyMessageWaitingChanged(this);
978 mNotifier.notifyDataConnection(this, reason, apnType, state);
982 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
988 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
993 mNotifier.notifyOtaspChanged(this, otaspMode);
997 mNotifier
[all...]
/frameworks/base/services/java/com/android/server/power/
H A DPowerManagerService.java179 private Notifier mNotifier; field in class:PowerManagerService
444 mNotifier = new Notifier(Looper.getMainLooper(), mContext, mBatteryStats,
451 mContext, mNotifier, mLightsService, twilight, sensorManager,
809 mNotifier.onWakeLockAcquired(wakeLock.mFlags, wakeLock.mTag, wakeLock.mPackageName,
817 mNotifier.onWakeLockReleased(wakeLock.mFlags, wakeLock.mTag, wakeLock.mPackageName,
910 mNotifier.onUserActivity(event, uid);
972 mNotifier.onWakeUpStarted();
1046 mNotifier.onGoToSleepStarted(reason);
1163 mNotifier.onWakeUpFinished();
1167 mNotifier
[all...]
H A DDisplayPowerController.java164 private final Notifier mNotifier; field in class:DisplayPowerController
355 mNotifier = notifier;
772 mNotifier.onScreenOn();
774 mNotifier.onScreenOff();
803 mNotifier.onScreenBrightness(target);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java183 mNotifier.notifyPhoneState(this);
218 mNotifier.notifyCallForwardingChanged(this);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java376 mNotifier.notifyPhoneState(this);
415 mNotifier.notifyCellLocation(this);
421 mNotifier.notifyCallForwardingChanged(this);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java915 mNotifier.notifyPhoneState(this);
933 mNotifier.notifyCellLocation(this);

Completed in 66 milliseconds