OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DozeLog
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeService.java
95
DozeLog
.FORMAT.format(new Date(mNotificationPulseTime
116
DozeLog
.PULSE_REASON_SENSOR_SIGMOTION);
119
DozeLog
.PULSE_REASON_SENSOR_PICKUP);
220
DozeLog
.traceProximityResult(mContext, isNear, end - start, reason);
318
requestPulse(
DozeLog
.PULSE_REASON_NOTIFICATION);
339
requestPulse(
DozeLog
.PULSE_REASON_INTENT);
462
DozeLog
.tracePickupPulse(mContext, withinVibrationThreshold);
DozeLog.java
31
public class
DozeLog
{
32
private static final String TAG = "
DozeLog
";
88
synchronized (
DozeLog
.class) {
175
synchronized (
DozeLog
.class) {
204
synchronized (
DozeLog
.class) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java
40
import com.android.systemui.doze.
DozeLog
;
391
DozeLog
.traceFling(expand, mTouchAboveFalsingThreshold,
[
all
...]
PhoneStatusBar.java
141
import com.android.systemui.doze.
DozeLog
;
[
all
...]
Completed in 70 milliseconds