Searched defs:currentProfileIds (Results 1 – 3 of 3) sorted by relevance
198 int[] currentProfileIds = activityManagerInternal.getCurrentProfileIds(); in dump() local
194 private var currentProfileIds = mutableSetOf<Int>() regex
374 public void setCurrentProfileIds(int[] currentProfileIds) { in setCurrentProfileIds()