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

  /frameworks/base/core/java/android/content/
RestrictionsManager.java 73 * android:restrictionType=["bool" | "string" | "integer"
88 * <li><code>key</code>, <code>title</code> and <code>restrictionType</code> are mandatory.</li>
89 * <li><code>entries</code> and <code>entryValues</code> are required if <code>restrictionType
92 * <code>restrictionType</code></li>
587 int restrictionType = a.getInt(
594 if (restrictionType == -1) {
595 Log.w(TAG, "restrictionType cannot be omitted");
604 RestrictionEntry restriction = new RestrictionEntry(restrictionType, key);
614 switch (restrictionType) {
637 Log.w(TAG, "Unknown restriction type " + restrictionType);
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]

Completed in 623 milliseconds