Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DBookmarkUtils.java130 long urlHash = url.hashCode(); in createShortcutIntent() local
131 long uniqueId = (urlHash << 32) | shortcutIntent.hashCode(); in createShortcutIntent()