Searched refs:cci (Results 1 – 1 of 1) sorted by relevance
1417 ContextCleanupInfo cci = (ContextCleanupInfo)msg.obj; in handleMessage() local1418 cci.context.performFinalCleanup(cci.who, cci.what); in handleMessage()2195 ContextCleanupInfo cci = new ContextCleanupInfo(); in scheduleContextCleanup() local2196 cci.context = context; in scheduleContextCleanup()2197 cci.who = who; in scheduleContextCleanup()2198 cci.what = what; in scheduleContextCleanup()2199 sendMessage(H.CLEAN_UP_CONTEXT, cci); in scheduleContextCleanup()