Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/item/
DQtaguidItem.java68 JSONArray users = new JSONArray(); in toJson() local
75 users.put(user); in toJson()
82 object.put(USERS_KEY, users); in toJson()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java770 ArrayList<String[]> users = tokenizeListUsers();
771 ArrayList<Integer> userIds = new ArrayList<Integer>(users.size());
772 for (String[] user : users) {
794 ArrayList<String[]> users = new ArrayList<String[]>(lines.length - 1);
806 users.add(tokens);
808 return users;
954 ArrayList<String[]> users = tokenizeListUsers();
955 for (String[] user : users) {
/tools/acloud/internal/proto/
Duser_config.proto58 // * All users talking to the same cloud project can share the same
/tools/test/connectivity/acts/tests/google/tel/config/
DREADME.md6 …ded by the 'manage_sim.py' utility. Its contents are subject to change so users are highly encoura…
/tools/test/connectivity/tools/lab/
DREADME.md30 num_users: number of users (int)
/tools/tradefederation/core/atest/docs/
Ddevelop_test_runners.md18 can have a consistent CLI for args instead of requiring the users to remember
/tools/external/fat32lib/
DNOTICE15 …our freedom to share and change free software--to make sure the software is free for all its users.
29 …gram. We wish to make sure that a company cannot effectively restrict the users of a free program …
41 Although the Lesser General Public License is Less protective of the users' freedom, it does ensure…
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_sign.txt48 such APKs puts users at risk once leaked.
/tools/tradefederation/core/atest/
DREADME.md3 Atest is a command line tool that allows users to build, install and run Android tests locally.