Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DDataSubscriptionController.java220 private int mCurrentActiveDays; field in DataSubscriptionController
483 if (mCurrentActiveDays == 1) { in isValidActiveDays()
486 return mCurrentActiveDays <= mContext.getResources().getInteger( in isValidActiveDays()
517 mCurrentActiveDays = mSharedPreferences.getInt( in updateCurrentActiveDays()
623 mCurrentActiveDays = activeDays; in setCurrentActiveDays()