Home
last modified time | relevance | path

Searched defs:forTest (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/location/java/android/location/util/identity/
DCallerIdentity.java43 public static CallerIdentity forTest(int uid, int pid, String packageName, in forTest() method in CallerIdentity
52 public static CallerIdentity forTest(int uid, int pid, String packageName, in forTest() method in CallerIdentity
/frameworks/base/core/java/com/android/internal/os/
DPowerProfile.java251 public PowerProfile(Context context, boolean forTest) { in PowerProfile()
261 private void readPowerValuesFromXml(Context context, boolean forTest) { in readPowerValuesFromXml()