Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java149 provisioningCheckPeriod = getResourceInteger(res, in TetheringConfiguration()
155 mOffloadPollInterval = getResourceInteger(res, in TetheringConfiguration()
380 private static int getResourceInteger(Resources res, int resId, int defaultValue) { in getResourceInteger() method in TetheringConfiguration