Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/rpc_fuzzer/
Dbinder_rpc_fuzzer.dict2 "cci"
/frameworks/base/core/java/android/app/
DActivityThread.java2504 ContextCleanupInfo cci = (ContextCleanupInfo)msg.obj; in handleMessage() local
2505 cci.context.performFinalCleanup(cci.who, cci.what); in handleMessage()
3874 ContextCleanupInfo cci = new ContextCleanupInfo(); in scheduleContextCleanup() local
3875 cci.context = context; in scheduleContextCleanup()
3876 cci.who = who; in scheduleContextCleanup()
3877 cci.what = what; in scheduleContextCleanup()
3878 sendMessage(H.CLEAN_UP_CONTEXT, cci); in scheduleContextCleanup()