Home
last modified time | relevance | path

Searched defs:addUserActionCallbackForTesting (Results 1 – 5 of 5) sorted by relevance

/external/cronet/base/android/java/src/org/chromium/base/metrics/
DUmaRecorder.java100 void addUserActionCallbackForTesting(Callback<String> callback); in addUserActionCallbackForTesting() method
DNoopUmaRecorder.java46 public void addUserActionCallbackForTesting(Callback<String> callback) {} in addUserActionCallbackForTesting() method in NoopUmaRecorder
DNativeUmaRecorder.java102 public void addUserActionCallbackForTesting(Callback<String> callback) { in addUserActionCallbackForTesting() method in NativeUmaRecorder
DCachingUmaRecorder.java633 public void addUserActionCallbackForTesting(Callback<String> callback) { in addUserActionCallbackForTesting() method in CachingUmaRecorder
/external/cronet/base/android/junit/src/org/chromium/base/metrics/
DCachingUmaRecorderTest.java387 public void addUserActionCallbackForTesting(Callback<String> callback) { in addUserActionCallbackForTesting() method in CachingUmaRecorderTest.HistogramTestingUmaRecorder
501 public void addUserActionCallbackForTesting(Callback<String> callback) { in addUserActionCallbackForTesting() method in CachingUmaRecorderTest.UserActionTestingUmaRecorder