Home
last modified time | relevance | path

Searched refs:DcRetryAlarmController (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcRetryAlarmController.java35 public class DcRetryAlarmController { class
78 DcRetryAlarmController(PhoneBase phone, DataConnection dc) { in DcRetryAlarmController() method in DcRetryAlarmController
DDataConnection.java111 private DcRetryAlarmController mDcRetryAlarmController;
421 mDcRetryAlarmController = new DcRetryAlarmController(mPhone, this); in DataConnection()