Home
last modified time | relevance | path

Searched refs:MSG_PROFILE_TIMED_OUT (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java95 private static final int MSG_PROFILE_TIMED_OUT = 5; field in Notifier
625 final Message msg = mHandler.obtainMessage(MSG_PROFILE_TIMED_OUT); in onProfileTimeout()
867 case MSG_PROFILE_TIMED_OUT: in handleMessage()