HomeSort by relevance Sort by last modified time
    Searched refs:getSimpleName (Results 1 - 25 of 631) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
TemporaryBindingsTest.java 18 assertThat(shadowOf(new View(null)).getClass().getSimpleName(), equalTo(ShadowView.class.getSimpleName()));
22 assertThat(Robolectric.shadowOf_(new View(null)).getClass().getSimpleName(),
23 equalTo(TemporaryShadowView.class.getSimpleName()));
28 assertThat(shadowOf(new View(null)).getClass().getSimpleName(), equalTo(ShadowView.class.getSimpleName()));
32 assertThat(Robolectric.shadowOf_(new View(null)).getClass().getSimpleName(),
33 equalTo(TemporaryShadowView.class.getSimpleName()));
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ChunkOffsetBox.java 18 return this.getClass().getSimpleName() + "[entryCount=" + getChunkOffsets().length + "]";
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
InstructionWithReference.java 97 throw new RuntimeException(referencedItem.getClass().getSimpleName() +
103 throw new RuntimeException(referencedItem.getClass().getSimpleName() +
109 throw new RuntimeException(referencedItem.getClass().getSimpleName() +
115 throw new RuntimeException(referencedItem.getClass().getSimpleName() +
121 throw new RuntimeException(referencedItem.getClass().getSimpleName() +
  /external/mockito/src/org/mockito/internal/util/
MockNameImpl.java 32 String className = clazz.getSimpleName();
35 className = clazz.getSuperclass().getSimpleName();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ReplayerService.java 34 private static final String TAG = ReplayerService.class.getSimpleName();
39 super(ReplayerService.class.getSimpleName());
  /cts/hostsidetests/sample/app/src/android/sample/app/
SampleDeviceActivity.java 30 private static final String TAG = SampleDeviceActivity.class.getSimpleName();
  /external/mockito/src/org/mockito/
ArgumentMatcher.java 89 String className = getClass().getSimpleName();
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestCaseFilter.java 34 (method.getReturnType().getSimpleName().equals("void")));
  /packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/
OneTimeInitializerReceiver.java 30 private static final String TAG = OneTimeInitializerReceiver.class.getSimpleName()
  /packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
CrashingSuggestionLauncher.java 25 private static final String TAG = CrashingSuggestionLauncher.class.getSimpleName();
HangingSuggestionLauncher.java 24 private static final String TAG = CrashingSuggestionLauncher.class.getSimpleName();
  /packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/
SlowSuggestionLauncher.java 25 private static final String TAG = SlowSuggestionLauncher.class.getSimpleName();
  /packages/apps/QuickSearchBox/tests/spammy/src/com/android/quicksearchbox/tests/spammy/
SpammySuggestionLauncher.java 25 private static final String TAG = SpammySuggestionLauncher.class.getSimpleName();
  /packages/experimental/TestBack/src/foo/bar/testback/
IdleMaintenanceReceiver.java 11 private static final String LOG_TAG = IdleMaintenanceReceiver.class.getSimpleName();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
JniUtils.java 24 private static final String TAG = JniUtils.class.getSimpleName();
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DelegateManager.java 103 System.out.println("Unknown " + mClass.getSimpleName() + " with int " +
126 System.out.println("New " + mClass.getSimpleName() + " with int " + native_object);
140 System.out.println("Removing main Java ref on " + mClass.getSimpleName() +
  /external/mockito/src/org/mockito/internal/stubbing/answers/
Returns.java 26 return value.getClass().getSimpleName();
  /external/mockito/src/org/mockito/internal/util/reflection/
FieldInitializer.java 87 throw new MockitoException("Problems initializing field '" + field.getName() + "' of type '" + field.getType().getSimpleName() + "'", e);
95 throw new MockitoException("the type '" + field.getType().getSimpleName() + "' is a local class.");
101 throw new MockitoException("the type '" + field.getType().getSimpleName() + "' is an inner class.");
107 throw new MockitoException("the type '" + field.getType().getSimpleName() + "' is an interface.");
113 throw new MockitoException("the type '" + field.getType().getSimpleName() + " is an abstract class.");
186 throw new MockitoException("the type '" + field.getType().getSimpleName() + "' has no default constructor", e);
188 throw new MockitoException("the default constructor of type '" + field.getType().getSimpleName() + "' has raised an exception (see the stack trace for cause): " + e.getTargetException().toString(), e);
244 throw new MockitoException("internal error : argResolver provided incorrect types for constructor " + constructor + " of type " + field.getType().getSimpleName(), e);
246 throw new MockitoException("the constructor of type '" + field.getType().getSimpleName() + "' has raised an exception (see the stack trace for cause): " + e.getTargetException().toString(), e);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/
FilterFunctionEnvironment.java 66 String filterName = "FilterFunction(" + filterClass.getSimpleName() + ")";
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
MockView.java 36 setText(this.getClass().getSimpleName());
  /frameworks/support/v4/java/android/support/v4/util/
DebugUtils.java 31 String simpleName = cls.getClass().getSimpleName();
  /packages/apps/Dialer/src/com/android/dialer/contact/
ContactUpdateService.java 33 super(ContactUpdateService.class.getSimpleName());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
MakedictLog.java 26 private static final String TAG = MakedictLog.class.getSimpleName();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
PersonalizationPredictionDictionary.java 26 private static final String NAME = PersonalizationPredictionDictionary.class.getSimpleName();
UserHistoryDictionary.java 31 UserHistoryDictionary.class.getSimpleName();

Completed in 903 milliseconds

1 2 3 4 5 6 7 8 91011>>