Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java1417 ContextCleanupInfo cci = (ContextCleanupInfo)msg.obj; in handleMessage() local
1418 cci.context.performFinalCleanup(cci.who, cci.what); in handleMessage()
2195 ContextCleanupInfo cci = new ContextCleanupInfo(); in scheduleContextCleanup() local
2196 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()