Lines Matching refs:displayed
310 /** Sets whether permissions were displayed to the user. */
311 void setPermissionsDisplayed(boolean displayed) {
312 setFlagState(FLAG_PERMISSIONS_DISPLAYED, displayed);
315 /** Gets whether permissions were displayed to the user. */
321 * Sets whether new permissions were displayed to the user (if permissions were displayed at
324 void setNewPermissionsDisplayed(boolean displayed) {
325 setFlagState(FLAG_NEW_PERMISSIONS_DISPLAYED, displayed);
329 * Gets whether new permissions were displayed to the user (if permissions were displayed at
337 * Sets whether all permissions were displayed to the user (if permissions were displayed at
340 void setAllPermissionsDisplayed(boolean displayed) {
341 setFlagState(FLAG_ALL_PERMISSIONS_DISPLAYED, displayed);
345 * Gets whether all permissions were displayed to the user (if permissions were displayed at