Searched refs:getPropertyLong (Results 1 – 3 of 3) sorted by relevance
370 final int shortLabelResId = (int) getPropertyLong(KEY_SHORT_LABEL_RES_ID); in toShortcutInfo()373 final int longLabelResId = (int) getPropertyLong(KEY_LONG_LABEL_RES_ID); in toShortcutInfo()376 final int disabledMessageResId = (int) getPropertyLong(KEY_DISABLED_MESSAGE_RES_ID); in toShortcutInfo()412 final int implicitRank = (int) getPropertyLong(KEY_IMPLICIT_RANK); in toShortcutInfo()416 final int iconResId = (int) getPropertyLong(KEY_ICON_RES_ID); in toShortcutInfo()
612 public long getPropertyLong(@NonNull String path) { in getPropertyLong() method in GenericDocument
170 method public long getPropertyLong(@NonNull String);