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

  /cts/tests/signature/api-check/src/java/android/signature/cts/api/
WhitelistKillswitchTest.java 24 String exemptions = getGlobalExemptions(); local
26 + "\"" + exemptions + "\"";
30 assertEquals("L", exemptions);
WildcardKillswitchTest.java 24 String exemptions = getGlobalExemptions(); local
26 + "\"" + exemptions + "\"";
30 assertEquals("*", exemptions);
  /art/test/674-hiddenapi/
hiddenapi.cc 86 std::vector<std::string> exemptions; local
88 exemptions.push_back("L");
90 Runtime::Current()->SetHiddenApiExemptions(exemptions);

Completed in 481 milliseconds