Searched refs:dumpUserId (Results 1 – 1 of 1) sorted by relevance
10041 int dumpUserId = UserHandle.USER_ALL; in doDump() local10075 dumpUserId = UserHandle.parseUserArg(args[opti]); in doDump()10076 if (dumpUserId == UserHandle.USER_CURRENT) { in doDump()10077 dumpUserId = mUserController.getCurrentUserId(); in doDump()10322 int[] users = dumpUserId == UserHandle.USER_ALL ? null : new int[] { dumpUserId }; in doDump()10383 dumpVisibleStacksOnly, dumpFocusedStackOnly, dumpDisplayId, dumpUserId)) { in doDump()