HomeSort by relevance Sort by last modified time
    Searched refs:getServiceStateTracker (Results 1 - 8 of 8) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyTester.java 49 mPhone.getServiceStateTracker().mDetachedRegistrants.notifyRegistrants();
52 mPhone.getServiceStateTracker().mAttachedRegistrants.notifyRegistrants();
DebugService.java 85 phoneBase.getServiceStateTracker().dump(fd, pw, args);
PhoneBase.java 749 public ServiceStateTracker getServiceStateTracker() {
791 return getServiceStateTracker().getAllCellInfo();
827 ServiceStateTracker sst = getServiceStateTracker();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 126 p.getServiceStateTracker().registerForDataConnectionAttached(this,
128 p.getServiceStateTracker().registerForDataConnectionDetached(this,
130 p.getServiceStateTracker().registerForRoamingOn(this, DctConstants.EVENT_ROAMING_ON, null);
131 p.getServiceStateTracker().registerForRoamingOff(this, DctConstants.EVENT_ROAMING_OFF,
133 p.getServiceStateTracker().registerForPsRestrictedEnabled(this,
135 p.getServiceStateTracker().registerForPsRestrictedDisabled(this,
181 mPhone.getServiceStateTracker().unregisterForDataConnectionAttached(this);
182 mPhone.getServiceStateTracker().unregisterForDataConnectionDetached(this);
183 mPhone.getServiceStateTracker().unregisterForRoamingOn(this);
184 mPhone.getServiceStateTracker().unregisterForRoamingOff(this)
    [all...]
DcTrackerBase.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 133 return getServiceStateTracker().getAllCellInfo();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 284 public ServiceStateTracker getServiceStateTracker() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 266 public ServiceStateTracker getServiceStateTracker() {
    [all...]

Completed in 732 milliseconds