Searched refs:DELIMETER (Results 1 – 1 of 1) sorted by relevance
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/ |
D | AppRestrictionEnforcerFragment.java | 99 private static final String DELIMETER = ","; field in AppRestrictionEnforcerFragment 218 new String[]{DELIMETER, SEPARATOR}, new String[]{"", ""}).toString(); in onItemAdded() 220 new String[]{DELIMETER, SEPARATOR}, new String[]{"", ""}).toString(); in onItemAdded() 263 TextUtils.join(DELIMETER, in loadRestrictions() 265 DELIMETER)); in loadRestrictions() 269 for (String itemString : TextUtils.split(itemsString, DELIMETER)) { in loadRestrictions() 451 TextUtils.join(DELIMETER, approvals)).apply(); in saveApprovals() 472 builder.append(DELIMETER); in saveItems()
|