Searched defs:sRandom (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DApConfigUtil.java43 private static final Random sRandom = new Random(); field in class:ApConfigUtil
88 int index = sRandom.nextInt(allowed2GChannels.size());
96 allowed5GFreqList[sRandom.nextInt(allowed5GFreqList.length)]);
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java104 private static final Random sRandom = new Random(); field in class:AutofillManagerServiceImpl
405 sessionId = sRandom.nextInt();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java118 static Random sRandom = new Random(); field in class:RILRequest
227 sNextSerial.set(sRandom.nextInt());

Completed in 276 milliseconds