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

  /frameworks/base/core/java/android/app/trust/
TrustManager.java 41 private static final String DATA_FLAGS = "initiatedByUser";
141 m.getData().putInt(DATA_FLAGS, flags);
219 int flags = msg.peekData() != null ? msg.peekData().getInt(DATA_FLAGS) : 0;
  /toolchain/binutils/binutils-2.25/binutils/
strings.c 88 #define DATA_FLAGS (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS)
340 if ((sect->flags & DATA_FLAGS) != DATA_FLAGS)

Completed in 86 milliseconds