Home
last modified time | relevance | path

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

/aosp12/frameworks/base/location/java/android/location/util/identity/
H A 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
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java289 public PowerProfile(Context context, boolean forTest) { in PowerProfile()
300 private void readPowerValuesFromXml(Context context, boolean forTest) { in readPowerValuesFromXml()