Searched defs:sRandom (Results 1 - 3 of 3) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java112 static Random sRandom = new Random(); field in class:RILRequest
221 sNextSerial.set(sRandom.nextInt());
/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.java94 private static final Random sRandom = new Random(); field in class:AutofillManagerServiceImpl
392 sessionId = sRandom.nextInt();

Completed in 116 milliseconds