Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTetheringService.java222 if (!hasTetherChangePermission(callerPkg, callingAttributionTag, in checkAndNotifyCommonError()
240 if (!hasTetherChangePermission(callerPkg, callingAttributionTag, in checkAndNotifyCommonError()
266 private boolean hasTetherChangePermission(final String callerPkg, in hasTetherChangePermission() method in TetheringService.TetheringConnector