HomeSort by relevance Sort by last modified time
    Searched refs:CUSTOM_REQUEST_CODE_START (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 104 private static final int CUSTOM_REQUEST_CODE_START = 1000;
105 private int mCustomRequestCode = CUSTOM_REQUEST_CODE_START;
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
AppRestrictionsFragment.java 107 private static final int CUSTOM_REQUEST_CODE_START = 1000;
108 private int mCustomRequestCode = CUSTOM_REQUEST_CODE_START;
    [all...]

Completed in 169 milliseconds