Searched refs:handleCmd (Results 1 – 2 of 2) sorted by relevance
214 handleCmd(CarActivity.CMD_ON_CREATE, savedInstanceState); in onCreate()229 handleCmd(CarActivity.CMD_ON_START); in onStart()235 handleCmd(CarActivity.CMD_ON_ACTIVITY_RESULT, requestCode, resultCode, data); in onActivityResult()241 handleCmd(CarActivity.CMD_ON_RESTART); in onRestart()247 handleCmd(CarActivity.CMD_ON_RESUME); in onResume()253 handleCmd(CarActivity.CMD_ON_PAUSE); in onPause()259 handleCmd(CarActivity.CMD_ON_STOP); in onStop()269 handleCmd(CarActivity.CMD_ON_BACK_PRESSED); in onBackPressed()275 handleCmd(CarActivity.CMD_ON_DESTROY); in onDestroy()285 handleCmd(CarActivity.CMD_ON_SAVE_INSTANCE_STATE, outState); in onSaveInstanceState()[all …]
507 handleCmd(cmdMsg, slotId); in handleMessage()511 handleCmd((CatCmdMessage) msg.obj, slotId); in handleMessage()724 handleCmd(cmd.msg, cmd.slotId); in handleDelayedCmd()830 private void handleCmd(CatCmdMessage cmdMsg, int slotId) { in handleCmd() method in StkAppService