HomeSort by relevance Sort by last modified time
    Searched refs:mHasFeature (Results 1 - 5 of 5) sorted by null

  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
ManagedProfileTest.java 47 mHasFeature = mHasFeature && (getMaxNumberOfUsersSupported() > 1);
49 if (mHasFeature) {
59 if (mHasFeature) {
68 if (!mHasFeature) {
79 if (!mHasFeature) {
91 if (!mHasFeature) {
113 if (!mHasFeature) {
149 if (!mHasFeature) {
DeviceOwnerTest.java 39 if (mHasFeature) {
47 if (mHasFeature) {
85 if (!mHasFeature) {
BaseDevicePolicyTest.java 58 protected boolean mHasFeature;
69 mHasFeature = getDevice().getApiLevel() >= 21 /* Build.VERSION_CODES.L */
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 216 private boolean mHasFeature;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 175 final boolean mHasFeature;
650 mHasFeature = context.getPackageManager().hasSystemFeature(
    [all...]

Completed in 1903 milliseconds