Home
last modified time | relevance | path

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

/frameworks/base/tools/lint/global/checks/src/main/java/com/google/android/lint/aidl/
DEnforcePermissionDetector.kt260 private const val HELPER_SUFFIX = "_enforcePermission" constant
271 …DL compiler generates a Stub method to do the permission check called yourMethodName$HELPER_SUFFIX.
273 … yourMethodName$HELPER_SUFFIX must be executed before any other operation. To do that, you can