Searched refs:foldType (Results 1 – 2 of 2) sorted by relevance
34 final int foldType; in create() local36 foldType = DisplayFoldFeature.TYPE_HINGE; in create()38 foldType = DisplayFoldFeature.TYPE_SCREEN_FOLD_IN; in create()40 DisplayFoldFeature.Builder featureBuilder = new DisplayFoldFeature.Builder(foldType); in create()
72 foldType(operationContext.getFoldState()), in acquired()98 foldType(operationContext.getFoldState()), in authenticate()149 foldType(operationContext.getFoldState()), in error()282 private static int foldType(int foldType) { in foldType() method in BiometricFrameworkStatsLogger283 switch (foldType) { in foldType()