Searched refs:ALLOW (Results 1 – 9 of 9) sorted by relevance
40 private static enum State {CANCEL, ALLOW} enumConstant42 public State mState = State.ALLOW;50 } else if (mState == State.ALLOW) { in toString()110 getOrCreateThreadStatus(t).mState = State.ALLOW; in allowThreadDecoding()
136 case ALLOW: in getStateRestorationPolicyInt()138 return AdapterOEMV1.ALLOW; in getStateRestorationPolicyInt()
96 RecyclerView.Adapter.StateRestorationPolicy.ALLOW); in updateStateRestorationPolicy()
28 int ALLOW = 0; field
56 import com.android.permissioncontroller.permission.ui.model.AppPermissionViewModel.ButtonType.ALLOW in <lambda>()124 ALLOW(0), in <lambda>()342 ALLOW to allowedState, ALLOW_ALWAYS to allowedAlwaysState, in <lambda>()
155 case ALLOW: in getStateRestorationPolicyInt()157 return AdapterOEMV1.ALLOW; in getStateRestorationPolicyInt()
97 RecyclerView.Adapter.StateRestorationPolicy.ALLOW); in updateStateRestorationPolicy()
320 setButtonState(mAllowButton, states.get(ButtonType.ALLOW)); in setRadioButtonsState()
391 setButtonState(mAllowButton, states.get(ButtonType.ALLOW)); in setRadioButtonsState()