OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPickupVibrationThreshold
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DozeParameters.java
62
pw.print("
getPickupVibrationThreshold
(): "); pw.println(
getPickupVibrationThreshold
());
125
public int
getPickupVibrationThreshold
() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeService.java
460
timeSinceNotification < mDozeParameters.
getPickupVibrationThreshold
();
Completed in 50 milliseconds