Searched refs:isAllowed (Results 1 - 7 of 7) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DCandidateFilter.java41 public boolean isAllowed(WnnWord word) { method in class:CandidateFilter
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DUserAppRestrictionsDialogFragment.java68 private static final String EXTRA_IS_ALLOWED = "isAllowed";
207 boolean isAllowed = action.getIntent().getBooleanExtra(EXTRA_IS_ALLOWED, false);
214 .title(getString(isAllowed ? R.string.restricted_profile_allowed
218 .checked(isAllowed)
223 .title(getString(isAllowed ? R.string.restricted_profile_allowed
225 .checked(isAllowed)
234 .checked(!isAllowed)
243 .checked(isAllowed)
329 boolean canBeEnabledDisabled, boolean isAllowed, boolean hasCustomizableRestrictions,
333 availableForRestrictedProfile ? isAllowed
328 createAction(Context context, String packageName, String title, Uri iconUri, boolean canBeEnabledDisabled, boolean isAllowed, boolean hasCustomizableRestrictions, boolean canSeeRestrictedAccounts, boolean availableForRestrictedProfile, String controllingActivity) argument
[all...]
H A DAppLoadingTask.java124 boolean isAllowed = false;
140 isAllowed = true;
154 isAllowed = true;
159 isAllowed = false;
165 isAllowed = mSelectedPackages.get(packageName);
167 onPackageEnableChanged(packageName, isAllowed);
174 canBeEnabledDisabled, isAllowed, hasCustomizableRestrictions,
/packages/apps/Settings/src/com/android/settings/applications/
H A DDrawOverlayDetails.java144 boolean isAllowed = mOverlayState.isPermissible();
145 mSwitchPref.setChecked(isAllowed);
148 mOverlayPrefs.setEnabled(isAllowed);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DOpenWnnEngineEN.java166 if (mFilter != null && !mFilter.isAllowed(word)) {
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DOpenWnnClauseConverterJAJP.java338 if (mFilter != null && !mFilter.isAllowed(clause)) {
H A DOpenWnnEngineJAJP.java278 if (mFilter != null && !mFilter.isAllowed(word)) {

Completed in 114 milliseconds