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

  /development/tools/apkcheck/src/com/android/apkcheck/
ApiList.java 25 public class ApiList {
31 * Constructs an ApiList.
35 public ApiList(String debugString) {
  /art/libartbase/base/
hiddenapi_flags.h 33 // Helper methods used inside ApiList. These were moved outside of the ApiList
74 class ApiList {
114 "Not enough bits to store all ApiList values");
137 // Maximum SDK versions allowed to access ApiList of given Value.
146 explicit ApiList(Value val, uint32_t domain_apis = 0u)
152 explicit ApiList(DomainApi val) : ApiList(Value::kInvalid, helper::ToBit(val)) {}
172 ApiList() : ApiList(Value::kInvalid) {
    [all...]

Completed in 3956 milliseconds