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

  /external/libsepol/include/sepol/policydb/
policydb.h 462 #define POLICY_BASE SEPOL_POLICY_BASE
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 231 private static final int POLICY_BASE = 0x7000;
232 private static final int POLICY = POLICY_BASE;
233 private static final int POLICY_ID = POLICY_BASE + 1;
277 array.put(POLICY_BASE >> BASE_SHIFT, Policy.TABLE_NAME);
    [all...]

Completed in 223 milliseconds