Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataRetryManager.java813 private int mSetupRetryType = RETRY_TYPE_UNKNOWN; field in Builder
836 mSetupRetryType = setupRetryType; in setSetupRetryType()
891 if (mSetupRetryType != RETRY_TYPE_DATA_PROFILE in build()
892 && mSetupRetryType != RETRY_TYPE_NETWORK_REQUESTS) { in build()
894 + mSetupRetryType); in build()
896 return new DataSetupRetryEntry(mSetupRetryType, mNetworkRequestList, mDataProfile, in build()