Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringService.java227 if (!hasTetherChangePermission(callerPkg, callingAttributionTag, in checkAndNotifyCommonError()
245 if (!hasTetherChangePermission(callerPkg, callingAttributionTag, in checkAndNotifyCommonError()
271 private boolean hasTetherChangePermission(final String callerPkg, in hasTetherChangePermission() method in TetheringService.TetheringConnector