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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DAppRestrictionsManager.java82 mRestrictionsIntent = (Intent) results.getParcelable(CUSTOM_RESTRICTIONS_INTENT);
84 if (mRestrictions != null && mRestrictionsIntent == null) {
86 } else if (mRestrictionsIntent != null) {
93 private Intent mRestrictionsIntent; field in class:AppRestrictionsManager
117 mRestrictionsIntent = null;
293 if (mRestrictionsIntent != null) {
298 .intent(mRestrictionsIntent)
314 .hasNext(mRestrictionsIntent == null)
315 .infoOnly(mRestrictionsIntent != null)
334 .hasNext(mRestrictionsIntent
[all...]

Completed in 277 milliseconds