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

/packages/apps/Settings/src/com/android/settings/quicklaunch/
H A DQuickLaunchSettings.java62 private static final int REQUEST_PICK_BOOKMARK = 1; field in class:QuickLaunchSettings
202 startActivityForResult(intent, REQUEST_PICK_BOOKMARK);
222 if (requestCode == REQUEST_PICK_BOOKMARK) {

Completed in 54 milliseconds