Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutManager.java61 private boolean mWasLastCallSuccess; field in DeepShortcutManager
75 return mWasLastCallSuccess; in wasLastCallSuccess()
117 mWasLastCallSuccess = true; in unpinShortcut()
120 mWasLastCallSuccess = false; in unpinShortcut()
139 mWasLastCallSuccess = true; in pinShortcut()
142 mWasLastCallSuccess = false; in pinShortcut()
154 mWasLastCallSuccess = true; in startShortcut()
157 mWasLastCallSuccess = false; in startShortcut()
168 mWasLastCallSuccess = true; in getShortcutIconDrawable()
172 mWasLastCallSuccess = false; in getShortcutIconDrawable()
[all …]