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

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
UserHistoryDictionaryTests.java 40 private static final String TAG = UserHistoryDictionaryTests.class.getSimpleName();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 42 private final String TAG = PhotoStore.class.getSimpleName();
  /packages/services/Telephony/src/com/android/phone/
AudioRouter.java 39 private static String LOG_TAG = AudioRouter.class.getSimpleName();
BluetoothManager.java 46 private static final String LOG_TAG = BluetoothManager.class.getSimpleName();
CallCommandService.java 37 private static final String TAG = CallCommandService.class.getSimpleName();
CallLogger.java 37 private static final String LOG_TAG = CallLogger.class.getSimpleName();
CallerInfoCache.java 46 private static final String LOG_TAG = CallerInfoCache.class.getSimpleName();
DTMFTonePlayer.java 44 private static final String LOG_TAG = DTMFTonePlayer.class.getSimpleName();
RejectWithTextMessageManager.java 47 private static final String TAG = RejectWithTextMessageManager.class.getSimpleName();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidSourceViewerConfig.java 107 || p.getClass().getSimpleName().equals(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 170 this.getClass().getSimpleName(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
CompiledResourcesMonitor.java 260 String resTypeName = inner.getSimpleName();
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat.java 461 sb.append(this.getClass().getSimpleName());
FatDirectoryEntry.java 368 return getClass().getSimpleName() +
ShortName.java 184 return getClass().getSimpleName() +
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 464 return clazz.getSimpleName().substring(0, 1).toLowerCase()
465 + clazz.getSimpleName().substring(1);
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 822 threadShouldThrow(exceptionClass.getSimpleName());
842 threadShouldThrow(exceptionClass.getSimpleName());
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java 326 throw new IllegalStateException(getClass().getSimpleName() + " can only be used " +
332 throw new IllegalStateException(getClass().getSimpleName() + " can only be used " +
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 39 public static final String TAG = PanelView.class.getSimpleName();
687 this.getClass().getSimpleName(),
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackLinearLayout.java 108 titleView.setText(FileUtils.getSimpleName(mAudioTrack.getFilename()));
596 FileUtils.getSimpleName(audioTrack.getFilename()), 0,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 180 return PROJECTNAME_PREFIX + getClass().getSimpleName() + "-" + getName();
182 return PROJECTNAME_PREFIX + getClass().getSimpleName();
  /art/test/031-class-attributes/src/
ClassAttrs.java 269 + clazz.getSimpleName());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
SuidFilesActivity.java 50 private static final String TAG = SuidFilesActivity.class.getSimpleName();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
UsbAccessoryTestActivity.java 57 private static final String TAG = UsbAccessoryTestActivity.class.getSimpleName();
  /cts/tests/tests/holo/src/android/holo/cts/
LayoutTestActivity.java 44 private static final String TAG = LayoutTestActivity.class.getSimpleName();

Completed in 678 milliseconds

<<11121314151617181920>>