Home
last modified time | relevance | path

Searched refs:getShortLabel (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest8.java1096 assertEquals("Title-s1", si.getShortLabel()); in testRequestPinShortcut_dynamicExists_titleWontChange()
1162 MoreAsserts.assertContainsRegex("^string-", si.getShortLabel().toString()); in testRequestPinShortcut_manifestExists_titleWontChange()
1276 assertEquals("new", si.getShortLabel()); in testRequestPinShortcut_dynamicExists_thenRemoved_okay()
1393 assertEquals("new", si.getShortLabel()); in testRequestPinShortcut_manifestExists_thenRemoved_okay()
DShortcutManagerTest1.java5846 assertEquals("original-title", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
5851 , si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
5856 , si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
5861 , si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
5869 , si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
5915 assertEquals("original-title", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
5939 assertEquals("original-title", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
5949 assertEquals("new-title-2", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
5978 assertEquals("new-title-3", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6019 assertEquals("new-title-4", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java491 assertNotNull("ID " + s.getId(), s.getShortLabel()); in assertAllHaveTitle()
499 assertNull("ID " + s.getId(), s.getShortLabel()); in assertAllNotHaveTitle()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1418 public CharSequence getShortLabel() { in getShortLabel() method in ShortcutInfo
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java1245 assertEquals(si.getShortLabel(), ct.getTitle()); in assertCorrectShortcutToChooserTargetConversion()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java1850 ChooserTarget chooserTarget = new ChooserTarget(shortcutInfo.getShortLabel(),
/frameworks/base/non-updatable-api/
Dcurrent.txt12029 method @Nullable public CharSequence getShortLabel();
/frameworks/base/api/
Dcurrent.txt12029 method @Nullable public CharSequence getShortLabel();