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

12 3 4 5 6 7 8 91011>>

  /developers/samples/android/content/documentsUi/ScopedDirectoryAccess/Application/src/main/java/com/example/android/scopeddirectoryaccess/
MainActivity.java 27 private static final String FRAGMENT_TAG = ScopedDirectoryAccessFragment.class.getSimpleName();
  /development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/
MainActivity.java 27 private static final String FRAGMENT_TAG = ScopedDirectoryAccessFragment.class.getSimpleName();
  /external/objenesis/main/src/test/java/org/objenesis/instantiator/basic/
ProxyingInstantiatorTest.java 35 assertEquals("EmptyClass$$$Objenesis", c.getClass().getSimpleName());
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestCaseFilter.java 34 (method.getReturnType().getSimpleName().equals("void")));
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DelegateManager.java 111 System.err.println("Unknown " + mClass.getSimpleName() + " with int " +
138 "New " + mClass.getSimpleName() + " " +
155 System.out.println("Removing main Java ref on " + mClass.getSimpleName() +
166 out.printf("[%d] %s\n", sDelegates.keyAt(idx), reference.getClass().getSimpleName());
  /packages/apps/DeskClock/src/com/android/deskclock/data/
WidgetDAO.java 38 final String key = widgetProviderClass.getSimpleName() + WIDGET_COUNT;
  /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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
JniUtils.java 24 private static final String TAG = JniUtils.class.getSimpleName();
  /packages/services/Car/car-default-input-service/src/android/car/input/service/
DefaultInputService.java 30 private static final String TAG = DefaultInputService.class.getSimpleName();
  /packages/services/Telecomm/src/com/android/server/telecom/
ThreadUtil.java 26 private static final String TAG = ThreadUtil.class.getSimpleName();
  /frameworks/data-binding/integration-tests/MultiModuleTestApp/app/src/androidTest/java/com/android/databinding/multimoduletestapp/
GeneratedLayoutTest.java 34 bind.getClass().getSimpleName());
44 bind.getClass().getSimpleName());
54 bind.getClass().getSimpleName());
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
SystemUiJankTests.java 59 private static final String LOG_TAG = SystemUiJankTests.class.getSimpleName();
141 getClass().getSimpleName(), getName()), TIMESTAMP_FILE);
146 getClass().getSimpleName(), getName()), TIMESTAMP_FILE);
150 getClass().getSimpleName(), getName()), RESULTS_FILE, metrics);
314 getClass().getSimpleName(), getName()), TIMESTAMP_FILE);
319 getClass().getSimpleName(), getName()), TIMESTAMP_FILE);
322 getClass().getSimpleName(), getName()), RESULTS_FILE, metrics);
343 getClass().getSimpleName(), getName()), TIMESTAMP_FILE);
369 getClass().getSimpleName(), getName()), TIMESTAMP_FILE);
374 getClass().getSimpleName(), getName()), TIMESTAMP_FILE)
    [all...]
LauncherJankTests.java 95 getClass().getSimpleName(), getName()), TIMESTAMP_FILE);
100 getClass().getSimpleName(), getName()), TIMESTAMP_FILE);
102 getClass().getSimpleName(), getName()), RESULTS_FILE, metrics);
122 getClass().getSimpleName(), getName()), TIMESTAMP_FILE);
127 getClass().getSimpleName(), getName()), TIMESTAMP_FILE);
129 getClass().getSimpleName(), getName()), RESULTS_FILE, metrics);
165 getClass().getSimpleName(), getName()), TIMESTAMP_FILE);
170 getClass().getSimpleName(), getName()), TIMESTAMP_FILE);
172 getClass().getSimpleName(), getName()), RESULTS_FILE, metrics);
192 getClass().getSimpleName(), getName()), TIMESTAMP_FILE)
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/configuration/
SpyAnnotationEngine.java 92 " inner class: '" + type.getSimpleName() + "'",
93 " outer class: '" + type.getEnclosingClass().getSimpleName() + "'",
101 " inner class: '" + type.getSimpleName() + "'",
102 " outer class: '" + enclosing.getSimpleName() + "'",
123 throw new MockitoException("Please ensure that the type '" + type.getSimpleName() + "' has a no-arg constructor.");
142 throw unsupportedCombinationOfAnnotations(annotation.getSimpleName(),
143 annotation.getClass().getSimpleName());
  /external/mockito/src/main/java/org/mockito/internal/util/reflection/
FieldInitializer.java 93 throw new MockitoException("Problems initializing field '" + field.getName() + "' of type '" + field.getType().getSimpleName() + "'", e);
101 throw new MockitoException("the type '" + field.getType().getSimpleName() + "' is a local class.");
108 throw new MockitoException("the type '" + type.getSimpleName() + "' is an inner non static class.");
114 throw new MockitoException("the type '" + field.getType().getSimpleName() + "' is an interface.");
120 throw new MockitoException("the type '" + field.getType().getSimpleName() + "' is an abstract class.");
126 throw new MockitoException("the type '" + field.getType().getSimpleName() + "' is an enum.");
200 throw new MockitoException("the type '" + field.getType().getSimpleName() + "' has no default constructor", e);
202 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);
274 throw new MockitoException("internal error : argResolver provided incorrect types for constructor " + constructor + " of type " + field.getType().getSimpleName(), e);
276 throw new MockitoException("the constructor of type '" + field.getType().getSimpleName() + "' has raised an exception (see the stack trace for cause): " + e.getTargetException().toStrin (…)
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/creation/instance/
ConstructorInstantiator.java 52 join("Unable to create instance of '" + cls.getSimpleName() + "'.",
59 join("Unable to create instance of '" + cls.getSimpleName() + "'.",
81 "Unable to create instance of '" + cls.getSimpleName() + "'.",
  /external/slf4j/slf4j-android/src/main/java/org/slf4j/impl/
AndroidLoggerFactory.java 100 return getSimpleName(loggerName);
108 return getSimpleName(loggerName);
116 private static String getSimpleName(String loggerName) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
Util.java 26 private static final String LOG_TAG = Util.class.getSimpleName();
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
DynamicConfigDeviceSide.java 32 private static String LOG_TAG = DynamicConfigDeviceSide.class.getSimpleName();
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
MoveTaskToBackActivity.java 27 private static final String TAG = MoveTaskToBackActivity.class.getSimpleName();
NightModeActivity.java 26 private static final String TAG = NightModeActivity.class.getSimpleName();
TopActivity.java 25 private static final String TAG = TopActivity.class.getSimpleName();

Completed in 4631 milliseconds

12 3 4 5 6 7 8 91011>>