Searched refs:ForegroundToken (Results 1 – 1 of 1) sorted by relevance
596 abstract class ForegroundToken implements IBinder.DeathRecipient { class in ActivityManagerService600 final SparseArray<ForegroundToken> mForegroundProcesses = new SparseArray<ForegroundToken>();6868 void foregroundTokenDied(ForegroundToken token) {6871 ForegroundToken cur6901 ForegroundToken oldToken = mForegroundProcesses.get(pid);6911 ForegroundToken newToken = new ForegroundToken() {