Home
last modified time | relevance | path

Searched refs:notifyDataConnection (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestPhoneNotifier.java.broken51 public void notifyDataConnection(Phone sender, String reason, String apnType) {
54 public void notifyDataConnection(Phone sender, String reason, String apnType,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java61 void notifyDataConnection( in notifyDataConnection() method
DDefaultPhoneNotifier.java127 public void notifyDataConnection( in notifyDataConnection() method in DefaultPhoneNotifier
DPhone.java2539 public void notifyDataConnection(String apnType) { in notifyDataConnection() method in Phone
2540 mNotifier.notifyDataConnection(this, apnType, getPreciseDataConnectionState(apnType)); in notifyDataConnection()
2547 mNotifier.notifyDataConnection(this, apnType, getPreciseDataConnectionState(apnType)); in notifyAllActiveDataConnections()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DREADME.txt20 PhoneBase#notifyDataConnection which calls DCT#getLinkProperties
DDcController.java400 mPhone.notifyDataConnection(apnContext.getApnType()); in onDataStateChanged()
DDcTracker.java1542 mPhone.notifyDataConnection(apnContext.getApnType()); in trySetupData()
1793 mPhone.notifyDataConnection(apnContext.getApnType()); in cleanUpConnectionInternal()
1800 mPhone.notifyDataConnection(apnContext.getApnType()); in cleanUpConnectionInternal()
2032 mPhone.notifyDataConnection(apnContext.getApnType()); in setupData()
2802 mPhone.notifyDataConnection(apnContext.getApnType()); in completeConnection()
3011 mPhone.notifyDataConnection(apnContext.getApnType()); in onDataSetupCompleteError()
3064 mPhone.notifyDataConnection(type); in onDisconnectDone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/dataconnection/
DVendorDcTracker.java211 mPhone.notifyDataConnection(apnContext.getApnType()); in onDataSetupCompleteError()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java590 verify(mPhone, atLeastOnce()).notifyDataConnection( in verifyDataConnected()