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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcRetryAlarmController.java 35 public class DcRetryAlarmController {
78 DcRetryAlarmController(PhoneBase phone, DataConnection dc) {
87 log("DcRetryAlarmController: register for intent action=" + mActionRetry);
DataConnection.java 96 private DcRetryAlarmController mDcRetryAlarmController;
324 mDcRetryAlarmController = new DcRetryAlarmController(mPhone, this);
    [all...]

Completed in 163 milliseconds