Searched defs:newHint (Results 1 – 1 of 1) sorted by relevance
41 long newHint = NativeUmaRecorderJni.get().recordBooleanHistogram(name, oldHint, sample); in recordBooleanHistogram() local49 long newHint = NativeUmaRecorderJni.get().recordExponentialHistogram( in recordExponentialHistogram() local57 long newHint = NativeUmaRecorderJni.get().recordLinearHistogram( in recordLinearHistogram() local65 long newHint = NativeUmaRecorderJni.get().recordSparseHistogram(name, oldHint, sample); in recordSparseHistogram() local133 private void maybeUpdateNativeHint(String name, long oldHint, long newHint) { in maybeUpdateNativeHint()