HomeSort by relevance Sort by last modified time
    Searched defs:maxUsers (Results 1 - 4 of 4) sorted by null

  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
AppSecurityPreparer.java 40 final int maxUsers = device.getMaxNumberOfUsersSupported();
41 if (maxUsers > 1) {
45 if (maxUsers > 2) {
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 406 final Integer maxUsers = (Integer) method.invoke(null);
407 if (maxUsers == 1) {
410 return maxUsers + " users supported";
  /frameworks/base/core/java/android/hardware/soundtrigger/
SoundTrigger.java 75 public final int maxUsers;
98 int maxUsers, int recognitionModes, boolean supportsCaptureTransition,
108 this.maxUsers = maxUsers;
136 int maxUsers = in.readInt();
144 maxSoundModels, maxKeyphrases, maxUsers, recognitionModes,
158 dest.writeInt(maxUsers);
176 + maxSoundModels + ", maxKeyphrases=" + maxKeyphrases + ", maxUsers="
177 + maxUsers + ", recognitionModes=" + recognitionModes
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 253 milliseconds