Searched refs:getShortLabel (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest8.java | 1096 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()
|
D | ShortcutManagerTest1.java | 5846 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/ |
D | ShortcutManagerTestUtils.java | 491 assertNotNull("ID " + s.getId(), s.getShortLabel()); in assertAllHaveTitle() 499 assertNull("ID " + s.getId(), s.getShortLabel()); in assertAllNotHaveTitle()
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutInfo.java | 1418 public CharSequence getShortLabel() { in getShortLabel() method in ShortcutInfo
|
/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | ChooserActivityTest.java | 1245 assertEquals(si.getShortLabel(), ct.getTitle()); in assertCorrectShortcutToChooserTargetConversion()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 1850 ChooserTarget chooserTarget = new ChooserTarget(shortcutInfo.getShortLabel(),
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 12029 method @Nullable public CharSequence getShortLabel();
|
/frameworks/base/api/ |
D | current.txt | 12029 method @Nullable public CharSequence getShortLabel();
|