HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentRestrictions (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 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)
    [all...]
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 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)
    [all...]
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 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)
    [all...]

Completed in 350 milliseconds