Home | History | Annotate | Download | only in apprestrictionenforcer

Lines Matching refs:mCurrentRestrictions

107     private Bundle mCurrentRestrictions = new Bundle();
221 Parcelable[] parcelables = mCurrentRestrictions.getParcelableArray(RESTRICTION_KEY_ITEMS);
279 mCurrentRestrictions.putBoolean(RESTRICTION_KEY_SAY_HELLO, canSayHello);
286 mCurrentRestrictions.putString(RESTRICTION_KEY_MESSAGE, message);
293 mCurrentRestrictions.putInt(RESTRICTION_KEY_NUMBER, number);
300 mCurrentRestrictions.putString(RESTRICTION_KEY_RANK, selectedRank);
309 mCurrentRestrictions.putStringArray(RESTRICTION_KEY_APPROVALS, selectedApprovals);
326 mCurrentRestrictions.putParcelableArray(RESTRICTION_KEY_ITEMS, convertToBundles(items));
358 Parcelable[] parcelables = mCurrentRestrictions.getParcelableArray(RESTRICTION_KEY_ITEMS);
379 mCurrentRestrictions.putBoolean(RESTRICTION_KEY_SAY_HELLO, allow);
392 mCurrentRestrictions.putString(RESTRICTION_KEY_MESSAGE, message);
404 mCurrentRestrictions.putInt(RESTRICTION_KEY_NUMBER, number);
416 mCurrentRestrictions
423 mCurrentRestrictions.getStringArray(RESTRICTION_KEY_APPROVALS)));
433 mCurrentRestrictions.getStringArray(RESTRICTION_KEY_APPROVALS)));
448 mCurrentRestrictions.putStringArray(RESTRICTION_KEY_APPROVALS, approvals);
464 mCurrentRestrictions.putParcelableArray(RESTRICTION_KEY_ITEMS, convertToBundles(items));
491 Constants.PACKAGE_NAME_APP_RESTRICTION_SCHEMA, mCurrentRestrictions);