OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sMostRecentException
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java
406
public static Exception
sMostRecentException
;
488
sMostRecentException
= e;
599
sMostRecentException
= e;
606
sMostRecentException
= e;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java
738
if (TemplateHandler.
sMostRecentException
!= null) {
739
fail(values.projectName + ": " + TemplateHandler.
sMostRecentException
.toString());
[
all
...]
Completed in 55 milliseconds