Searched refs:mActionRetry (Results 1 – 1 of 1) sorted by relevance
44 private String mActionRetry; field in DcRetryAlarmController57 if (TextUtils.equals(action, mActionRetry)) {59 throw new RuntimeException(mActionRetry + " has no INTENT_RETRY_ALRAM_WHAT");62 throw new RuntimeException(mActionRetry + " has no INTENT_RETRY_ALRAM_TAG");83 mActionRetry = mDc.getClass().getCanonicalName() + "." + mDc.getName() + ".action_retry"; in DcRetryAlarmController()86 filter.addAction(mActionRetry); in DcRetryAlarmController()87 log("DcRetryAlarmController: register for intent action=" + mActionRetry); in DcRetryAlarmController()101 mActionRetry = null; in dispose()140 Intent intent = new Intent(mActionRetry); in startRetryAlarm()162 sb.append(" mActionRetry=").append(mActionRetry); in toString()