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

12 3 4 5 6 7 8 91011>>

  /packages/services/Telephony/src/com/android/phone/
CallerInfoCacheUpdateReceiver.java 32 private static final String LOG_TAG = CallerInfoCacheUpdateReceiver.class.getSimpleName();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
IAndroidClassLoader.java 40 String getSimpleName();
  /external/mockito/src/org/mockito/internal/configuration/injection/scanner/
InjectMocksScanner.java 64 new Reporter().unsupportedCombinationOfAnnotations(annotation.getSimpleName(), InjectMocks.class.getSimpleName());
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
ClassHasNativeVisitorTest.java 37 this.getClass().getCanonicalName() + "$" + ClassWithNative.class.getSimpleName();
49 this.getClass().getCanonicalName() + "$" + ClassWithoutNative.class.getSimpleName();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 145 rule.getClass().getSimpleName(),
175 rule.getClass().getSimpleName(),
199 rule.getClass().getSimpleName(),
230 rule.getClass().getSimpleName(),
256 rule.getClass().getSimpleName(),
275 rule.getClass().getSimpleName(),
298 rule.getClass().getSimpleName(),
324 rule.getClass().getSimpleName(),
347 rule.getClass().getSimpleName(),
371 rule.getClass().getSimpleName(),
    [all...]
  /development/apps/CustomLocale/src/com/android/customlocale2/
ChangeLocale.java 33 private static final String TAG = ChangeLocale.class.getSimpleName();
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
Platform.java 79 return clazz.getSimpleName();
  /external/jmdns/src/javax/jmdns/impl/
NetworkTopologyEventImpl.java 63 buf.append("[" + this.getClass().getSimpleName() + "@" + System.identityHashCode(this) + " ");
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioBuffer.java 80 return getClass().getSimpleName() +
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
NativeObject.java 133 return "Native" + type.getSimpleName() + " " + id;
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
SyntaxTreeDumper.java 73 return node.getClass().getSimpleName();
76 String tokenType = token.getClass().getSimpleName().substring(1);
82 String p = node.getClass().getSuperclass().getSimpleName().substring(1);
83 String a = node.getClass().getSimpleName().substring(1);
  /external/mockito/src/org/mockito/internal/runners/
RunnerFactory.java 37 "No tests found in " + klass.getSimpleName() + "\n" +
  /external/mockito/src/org/mockito/internal/util/collections/
HashCodeAndEqualsMockWrapper.java 66 return mockInstance.getClass().getSimpleName() + "(" + System.identityHashCode(mockInstance) + ")";
  /external/replicaisland/src/com/replica/replicaisland/
ObjectPool.java 48 assert result != null : "Object pool of type " + this.getClass().getSimpleName()
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
AutoFocusCallback.java 26 private static final String TAG = AutoFocusCallback.class.getSimpleName();
PreviewCallback.java 27 private static final String TAG = PreviewCallback.class.getSimpleName();
  /frameworks/base/core/java/android/view/
ActionProvider.java 233 "when one is already set. Are you reusing this " + getClass().getSimpleName() +
  /frameworks/base/core/tests/coretests/src/android/view/
DrawableBgMinSizeTest.java 84 assertTrue(view.getClass().getSimpleName() + " should respect the background Drawable's minimum width",
86 assertTrue(view.getClass().getSimpleName() + " should respect the background Drawable's minimum height",
119 assertTrue(view.getClass().getSimpleName()
122 assertTrue(view.getClass().getSimpleName()
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileFrequentFragment.java 30 private static final String TAG = ContactTileFrequentFragment.class.getSimpleName();
LegacyPhoneNumberPickerFragment.java 31 private static final String TAG = LegacyPhoneNumberPickerFragment.class.getSimpleName();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/database/
ContactUpdateUtils.java 30 private static final String TAG = ContactUpdateUtils.class.getSimpleName();
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialMatchPosition.java 30 private static final String TAG = SmartDialMatchPosition.class.getSimpleName();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SingleItemAlbum.java 30 mName = "SingleItemAlbum("+mItem.getClass().getSimpleName()+")";
  /packages/apps/Settings/src/com/android/settings/inputmethod/
SpellCheckerUtils.java 24 private static final String TAG = SpellCheckerUtils.class.getSimpleName();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestionSpanPickedNotificationReceiver.java 28 SuggestionSpanPickedNotificationReceiver.class.getSimpleName();

Completed in 1388 milliseconds

12 3 4 5 6 7 8 91011>>