Home
last modified time | relevance | path

Searched refs:disabledMessage (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceItemInfo.java81 public CharSequence disabledMessage; field in WorkspaceItemInfo
177 disabledMessage = shortcutInfo.getDisabledMessage(); in updateFromDeepShortcutInfo()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java202 if (!TextUtils.isEmpty(shortcut.disabledMessage)) { in onClickAppShortcut()
204 Toast.makeText(launcher, shortcut.disabledMessage, Toast.LENGTH_SHORT).show(); in onClickAppShortcut()