Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DMobileDataRow.java54 public class MobileDataRow extends SettingsQCItem { class
55 private static final String TAG = MobileDataRow.class.getSimpleName();
56 private static final Logger LOG = new Logger(MobileDataRow.class);
61 public MobileDataRow(Context context) { in MobileDataRow() method in MobileDataRow
DMobileDataBaseWorker.java81 ((MobileDataRow) getQCItem()).setCarUxRestrictions( in onQCItemSubscribe()
128 ((MobileDataRow) getQCItem()).setCarUxRestrictions(restrictionInfo); in onUxRestrictionsChanged()
DMobileDataRowWorker.java27 public class MobileDataRowWorker extends MobileDataBaseWorker<MobileDataRow>
DSettingsQCRegistry.java180 map.put(MOBILE_DATA_ROW_URI, MobileDataRow.class); in createUriToQCMap()
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/qc/
DMobileDataRowWorkerTest.java30 mobileDataRowWorker.setQCItem(new MobileDataRow(mContext)); in getWorker()
DMobileDataRowTest.java53 private MobileDataRow mMobileDataRow;
189 private class TestMobileDataRow extends MobileDataRow {