Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/
H A DAndroidFrameworkIssueRegistry.kt29 CallingIdentityTokenDetector.ISSUE_UNUSED_TOKEN,
30 CallingIdentityTokenDetector.ISSUE_NON_FINAL_TOKEN,
31 CallingIdentityTokenDetector.ISSUE_NESTED_CLEAR_IDENTITY_CALLS,
32 CallingIdentityTokenDetector.ISSUE_RESTORE_IDENTITY_CALL_NOT_IN_FINALLY_BLOCK,
33 CallingIdentityTokenDetector.ISSUE_USE_OF_CALLER_AWARE_METHODS_WITH_CLEARED_IDENTITY,
34 CallingIdentityTokenDetector.ISSUE_CLEAR_IDENTITY_CALL_NOT_FOLLOWED_BY_TRY_FINALLY,
35 CallingIdentityTokenDetector.ISSUE_RESULT_OF_CLEAR_IDENTITY_CALL_NOT_STORED_IN_VARIABLE,
H A DCallingIdentityTokenDetector.kt51 class CallingIdentityTokenDetector : Detector(), SourceCodeScanner { regex
411 CallingIdentityTokenDetector::class.java,
438 CallingIdentityTokenDetector::class.java,
463 CallingIdentityTokenDetector::class.java,
513 CallingIdentityTokenDetector::class.java,
557 CallingIdentityTokenDetector::class.java,
597 CallingIdentityTokenDetector::class.java,
637 CallingIdentityTokenDetector::class.java,
/aosp14/frameworks/base/tools/lint/framework/checks/src/test/java/com/google/android/lint/
H A DCallingIdentityTokenDetectorTest.kt27 override fun getDetector(): Detector = CallingIdentityTokenDetector()
30 CallingIdentityTokenDetector.ISSUE_UNUSED_TOKEN,
31 CallingIdentityTokenDetector.ISSUE_NON_FINAL_TOKEN,
32 CallingIdentityTokenDetector.ISSUE_NESTED_CLEAR_IDENTITY_CALLS,
33 CallingIdentityTokenDetector.ISSUE_RESTORE_IDENTITY_CALL_NOT_IN_FINALLY_BLOCK,
34 CallingIdentityTokenDetector.ISSUE_USE_OF_CALLER_AWARE_METHODS_WITH_CLEARED_IDENTITY,
35 CallingIdentityTokenDetector.ISSUE_CLEAR_IDENTITY_CALL_NOT_FOLLOWED_BY_TRY_FINALLY,
36 CallingIdentityTokenDetector.ISSUE_RESULT_OF_CLEAR_IDENTITY_CALL_NOT_STORED_IN_VARIABLE