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

  /frameworks/native/cmds/installd/tests/
installd_otapreopt_test.cpp 65 const int dexopt_flags = atoi(args[i++]); local
100 ASSERT_EQ(params.dexopt_flags, dexopt_flags);
102 ASSERT_EQ(params.dexopt_flags, dexopt_flags | DEXOPT_GENERATE_COMPACT_DEX);
135 args.push_back("0"); // dexopt_flags
  /frameworks/native/cmds/installd/
otapreopt_parameters.h 41 int dexopt_flags; member in class:android::installd::OTAPreoptParameters

Completed in 49 milliseconds