Searched defs:Flags (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Contacts/src-bind/com/android/contactsbind/experiments/
H A DFlags.java25 public final class Flags { class
27 private static Flags sInstance;
31 public static Flags getInstance() {
33 sInstance = new Flags();
38 private Flags() { method in class:Flags
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPhotoActionPopup.java42 public static final class Flags { class in class:PhotoActionPopup
55 * Convenient combinations of commonly-used flags (see {@link Flags}).
59 Flags.TAKE_OR_PICK_PHOTO;
62 Flags.REMOVE_PHOTO |
63 Flags.TAKE_OR_PICK_PHOTO |
64 Flags.TAKE_OR_PICK_PHOTO_REPLACE_WORDING;
69 Flags.TAKE_OR_PICK_PHOTO |
70 Flags.TAKE_OR_PICK_PHOTO_REPLACE_WORDING;
78 if ((mode & Flags.REMOVE_PHOTO) > 0) {
83 if ((mode & Flags
[all...]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/
H A DTermsProvider.java79 public List<TermsDocument> getTerms(ProvisioningParams params, @Flags int flags) {
83 if ((flags & Flags.SKIP_GENERAL_DISCLAIMER) == 0) {
181 Flags.SKIP_GENERAL_DISCLAIMER,
184 public @interface Flags { interface in class:TermsProvider
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 152 milliseconds