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

  /tools/loganalysis/src/com/android/loganalysis/item/
LocationDumpsItem.java 50 public static final String REQUEST_PRIORITY = "PRIORITY";
55 PACKAGE, EFFECTIVE_INTERVAL, MIN_INTERVAL, MAX_INTERVAL, REQUEST_PRIORITY,
74 setAttribute(REQUEST_PRIORITY, priority);
110 return (String) getAttribute(REQUEST_PRIORITY);
  /tools/loganalysis/tests/src/com/android/loganalysis/item/
LocationDumpsItemTest.java 52 assertTrue(locationClients.getJSONObject(0).has(LocationInfoItem.REQUEST_PRIORITY));
59 assertTrue(locationClients.getJSONObject(1).has(LocationInfoItem.REQUEST_PRIORITY));

Completed in 72 milliseconds