Searched refs:mCurrentRestrictions (Results 1 – 1 of 1) sorted by relevance
107 private Bundle mCurrentRestrictions = new Bundle(); field in AppRestrictionEnforcerFragment221 Parcelable[] parcelables = mCurrentRestrictions.getParcelableArray(RESTRICTION_KEY_ITEMS); in onItemAdded()279 mCurrentRestrictions.putBoolean(RESTRICTION_KEY_SAY_HELLO, canSayHello); in updateCanSayHello()286 mCurrentRestrictions.putString(RESTRICTION_KEY_MESSAGE, message); in updateMessage()293 mCurrentRestrictions.putInt(RESTRICTION_KEY_NUMBER, number); in updateNumber()300 mCurrentRestrictions.putString(RESTRICTION_KEY_RANK, selectedRank); in updateRank()309 mCurrentRestrictions.putStringArray(RESTRICTION_KEY_APPROVALS, selectedApprovals); in updateApprovals()326 mCurrentRestrictions.putParcelableArray(RESTRICTION_KEY_ITEMS, convertToBundles(items)); in updateItems()358 Parcelable[] parcelables = mCurrentRestrictions.getParcelableArray(RESTRICTION_KEY_ITEMS); in removeItem()379 mCurrentRestrictions.putBoolean(RESTRICTION_KEY_SAY_HELLO, allow); in saveCanSayHello()[all …]