Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualPickerActivity.java167 boolean shouldShowMessage = false; in onActivityResult()
170 shouldShowMessage = true; in onActivityResult()
176 finishWithResultOk(shouldShowMessage); in onActivityResult()
194 private void finishWithResultOk(boolean shouldShowMessage) { in finishWithResultOk() argument
195 if (shouldShowMessage) { in finishWithResultOk()