Searched refs:lockTaskFeature (Results 1 – 1 of 1) sorted by relevance
14350 private boolean isLockTaskFeatureEnabled(int lockTaskFeature) throws RemoteException { in isLockTaskFeatureEnabled() argument14353 return (lockTaskFeatures & lockTaskFeature) == lockTaskFeature; in isLockTaskFeatureEnabled()