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

/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DDeepShortcutManager.java61 private boolean mWasLastCallSuccess; field in class:DeepShortcutManager
75 return mWasLastCallSuccess;
117 mWasLastCallSuccess = true;
120 mWasLastCallSuccess = false;
139 mWasLastCallSuccess = true;
142 mWasLastCallSuccess = false;
154 mWasLastCallSuccess = true;
157 mWasLastCallSuccess = false;
168 mWasLastCallSuccess = true;
172 mWasLastCallSuccess
[all...]

Completed in 25 milliseconds