HomeSort by relevance Sort by last modified time
    Searched refs:getServiceStateTracker (Results 1 - 11 of 11) 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     [all...]
PhoneProxy.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 225 mPhone.getServiceStateTracker().registerForDataConnectionAttached(this,
227 mPhone.getServiceStateTracker().registerForDataConnectionDetached(this,
229 mPhone.getServiceStateTracker().registerForRoamingOn(this,
231 mPhone.getServiceStateTracker().registerForRoamingOff(this,
233 mPhone.getServiceStateTracker().registerForPsRestrictedEnabled(this,
235 mPhone.getServiceStateTracker().registerForPsRestrictedDisabled(this,
239 mPhone.getServiceStateTracker().registerForDataRegStateOrRatChanged(this,
282 mPhone.getServiceStateTracker().unregisterForDataConnectionAttached(this);
283 mPhone.getServiceStateTracker().unregisterForDataConnectionDetached(this);
284 mPhone.getServiceStateTracker().unregisterForRoamingOn(this)
    [all...]
DataConnection.java     [all...]
DcTrackerBase.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 268 && !mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()))
CDMAPhone.java 315 public ServiceStateTracker getServiceStateTracker() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 134 return getServiceStateTracker().getAllCellInfo();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 324 public ServiceStateTracker getServiceStateTracker() {
    [all...]

Completed in 501 milliseconds