Home
last modified time | relevance | path

Searched refs:getShortLabel (Results 1 – 9 of 9) 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.java6328 assertEquals("original-title", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6333 , si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6338 , si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6343 , si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6351 , si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6397 assertEquals("original-title", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6421 assertEquals("original-title", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6431 assertEquals("new-title-2", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6460 assertEquals("new-title-3", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6501 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.java1450 public CharSequence getShortLabel() { in getShortLabel() method in ShortcutInfo
1478 label = getShortLabel(); in getLabel()
/frameworks/base/core/java/com/android/internal/app/
DChooserListAdapter.java595 mChooserTargetScores.get(componentName).put(shortcutInfo.getShortLabel().toString(), in addChooserTargetRankingScore()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java2314 assertEquals(si.getShortLabel(), ct.getTitle()); in assertCorrectShortcutToChooserTargetConversion()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/config/
Dboot-image-profile.txt6009 HSPLandroid/content/pm/ShortcutInfo;->getShortLabel()Ljava/lang/CharSequence;
/frameworks/base/api/
Dcurrent.txt12430 method @Nullable public CharSequence getShortLabel();