Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DRunningState.java71 static final int MSG_UPDATE_TIME = 4; field in RunningState
265 case MSG_UPDATE_TIME:
271 removeMessages(MSG_UPDATE_TIME);
272 Message m = obtainMessage(MSG_UPDATE_TIME);
808 mHandler.sendEmptyMessage(MSG_UPDATE_TIME); in resume()
840 mHandler.removeMessages(MSG_UPDATE_TIME); in pause()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java71 static final int MSG_UPDATE_TIME = 4; field in RunningState
265 case MSG_UPDATE_TIME:
271 removeMessages(MSG_UPDATE_TIME);
272 Message m = obtainMessage(MSG_UPDATE_TIME);
808 mHandler.sendEmptyMessage(MSG_UPDATE_TIME); in resume()
840 mHandler.removeMessages(MSG_UPDATE_TIME); in pause()