Home
last modified time | relevance | path

Searched refs:PAIR_SPLITTER (Results 1 – 1 of 1) sorted by relevance

/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/util/
DAllowListUtils.java27 private static final String PAIR_SPLITTER = ";"; field in AllowListUtils
71 String[] pair = entityPairInAllowList.split(PAIR_SPLITTER); in isPairMatch()