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

1 2 3 4 5 6 7 8 9

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileStarredView.java 27 private final static String TAG = ContactTileStarredView.class.getSimpleName();
ContactTileSecondaryTargetView.java 33 private final static String TAG = ContactTileSecondaryTargetView.class.getSimpleName();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
AbstractCompatWrapper.java 22 private static final String TAG = AbstractCompatWrapper.class.getSimpleName();
CompatUtils.java 30 private static final String TAG = CompatUtils.class.getSimpleName();
111 Log.e(TAG, "Exception in newInstance: " + e.getClass().getSimpleName());
122 Log.e(TAG, "Exception in invoke: " + e.getClass().getSimpleName());
132 Log.e(TAG, "Exception in getFieldValue: " + e.getClass().getSimpleName());
142 Log.e(TAG, "Exception in setFieldValue: " + e.getClass().getSimpleName());
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterPage.java 72 clazz.getSimpleName());
78 clazz.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();
  /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() +
  /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 27 String simpleName = cls.getClass().getSimpleName();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ComposingStateManager.java 22 private static final String TAG = ComposingStateManager.class.getSimpleName();
SuggestionSpanPickedNotificationReceiver.java 29 SuggestionSpanPickedNotificationReceiver.class.getSimpleName();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
IAndroidClassLoader.java 40 String getSimpleName();
  /system/media/mca/filterfw/java/android/filterfw/
FilterFunctionEnvironment.java 66 String filterName = "FilterFunction(" + filterClass.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();
  /frameworks/base/tests/CoreTests/android/core/
ClassTest.java 230 // getSimpleName(), and getPackage().
256 assertEquals("Top-level class simple name must be correct", "ClassTest", clazz.getSimpleName());
262 assertEquals("Member class simple name must be correct", "MemberClass", clazz.getSimpleName());
272 assertEquals("Local class simple name must be correct", "LocalClass", clazz.getSimpleName());
278 assertEquals("Anonymous class simple name must be empty", "", clazz.getSimpleName());
286 assertEquals("Top-level class simple name must be correct", "Mou$$aka", clazz.getSimpleName());
292 assertEquals("Member class simple name must be correct", "Mi$o$oup", clazz.getSimpleName());
302 assertEquals("Member class simple name must be correct", "Ma$hedPotatoe$", clazz.getSimpleName());
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/
ImageFactory.java 101 String clz = object.getClass().getSimpleName();
102 if (clz.endsWith(Package.class.getSimpleName())) {
103 String name = clz.replaceFirst(Package.class.getSimpleName(), "") //$NON-NLS-1$
  /development/apps/CustomLocale/src/com/android/customlocale2/
ChangeLocale.java 33 private static final String TAG = ChangeLocale.class.getSimpleName();
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 25 private static final String TAG = SampleSpellCheckerService.class.getSimpleName();
  /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);
  /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/Phone/src/com/android/phone/
ClearMissedCallsService.java 35 super(ClearMissedCallsService.class.getSimpleName());
  /packages/apps/Settings/src/com/android/settings/inputmethod/
SpellCheckerUtils.java 24 private static final String TAG = SpellCheckerUtils.class.getSimpleName();

Completed in 2816 milliseconds

1 2 3 4 5 6 7 8 9