HomeSort by relevance Sort by last modified time
    Searched defs:getShortDescription (Results 1 - 25 of 203) sorted by null

1 2 3 4 5 6 7 8 9

  /packages/apps/Dialer/java/com/android/dialer/commandline/
Command.java 37 String getShortDescription();
  /packages/apps/Dialer/java/com/android/dialer/commandline/impl/
Echo.java 33 public String getShortDescription() {
Version.java 36 public String getShortDescription() {
Blocking.java 35 public String getShortDescription() {
Help.java 38 public String getShortDescription() {
71 String description = entry.getValue().getShortDescription();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/uimodel/
UiItemElementNode.java 43 public String getShortDescription() {
56 return super.getShortDescription();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestElementNode.java 63 public String getShortDescription() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiDocumentNode.java 53 public String getShortDescription() {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageWizardFormatConfirm.java 85 disk.getShortDescription()));
89 disk.getShortDescription(),
90 disk.getShortDescription()));
95 disk.getShortDescription()),
  /packages/services/Telecomm/src/com/android/server/telecom/settings/
EnableAccountPreferenceFragment.java 49 setSummary(account.getShortDescription());
  /frameworks/base/core/java/android/os/storage/
DiskInfo.java 116 public @Nullable String getShortDescription() {
  /packages/apps/Dialer/java/com/android/dialer/app/settings/
PhoneAccountSelectionFragment.java 83 setSummary(phoneAccount.getShortDescription());
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 184 StringRef getShortDescription(bool UseFallback = true) const {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetRegistry.h 218 /// getShortDescription - Get a short description of the target.
219 const char *getShortDescription() const { return ShortDesc; }
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
PhoneAccount.java 391 mShortDescription = phoneAccount.getShortDescription();
467 * Sets the short description. See {@link PhoneAccount#getShortDescription}.
716 public CharSequence getShortDescription() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 198 StringRef getShortDescription(bool UseFallback = true) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 198 StringRef getShortDescription(bool UseFallback = true) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 198 StringRef getShortDescription(bool UseFallback = true) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 198 StringRef getShortDescription(bool UseFallback = true) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
TargetRegistry.h 279 /// getShortDescription - Get a short description of the target.
280 const char *getShortDescription() const { return ShortDesc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 198 StringRef getShortDescription(bool UseFallback = true) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
TargetRegistry.h 279 /// getShortDescription - Get a short description of the target.
280 const char *getShortDescription() const { return ShortDesc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 198 StringRef getShortDescription(bool UseFallback = true) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
TargetRegistry.h 279 /// getShortDescription - Get a short description of the target.
280 const char *getShortDescription() const { return ShortDesc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 198 StringRef getShortDescription(bool UseFallback = true) const {

Completed in 1715 milliseconds

1 2 3 4 5 6 7 8 9