Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DBaseProjectHelper.java276 IType tmpType = declaringType.getDeclaringType(); in testClassForManifest() local
277 if (tmpType != null) { in testClassForManifest()
278 if (tmpType.exists()) { in testClassForManifest()
285 flags = tmpType.getFlags(); in testClassForManifest()
288 tmpType.getFullyQualifiedName()); in testClassForManifest()
292 tmpType = null; in testClassForManifest()
295 declaringType = tmpType; in testClassForManifest()