Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java211 provisioningCheckPeriod = getResourceInteger(res, in TetheringConfiguration()
217 mOffloadPollInterval = getResourceInteger(res, in TetheringConfiguration()
392 final int valueFromRes = getResourceInteger(res, R.integer.config_tether_usb_functions, in getUsbTetheringFunction()
494 private static int getResourceInteger(Resources res, int resId, int defaultValue) { in getResourceInteger() method in TetheringConfiguration