Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java14350 private boolean isLockTaskFeatureEnabled(int lockTaskFeature) throws RemoteException { in isLockTaskFeatureEnabled() argument
14353 return (lockTaskFeatures & lockTaskFeature) == lockTaskFeature; in isLockTaskFeatureEnabled()