Home
last modified time | relevance | path

Searched defs:thisPackage (Results 1 – 3 of 3) sorted by relevance

/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/
DAnalyzedMethodUtil.java47 String thisPackage = TypeUtils.getPackage(type.getType()); in canAccess() local
/external/ktfmt/core/src/main/java/com/facebook/ktfmt/format/
DRedundantImportDetector.kt90 private var thisPackage: FqName? = null in <lambda>() variable in com.facebook.ktfmt.format.RedundantImportDetector
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowPackageManagerTest.java257 String thisPackage = context.getPackageName(); in testCheckPermission_thisPackage() local