Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DMultiClientInputMethodManagerService.java1297 final TokenInfo tokenInfo = in createInputMethodWindowToken() local
1300 if (tokenInfo.mDisplayId == displayId) { in createInputMethodWindowToken()
1301 return tokenInfo.mToken; in createInputMethodWindowToken()
1323 final TokenInfo tokenInfo = in deleteInputMethodWindowToken() local
1325 if (tokenInfo.mToken == token) { in deleteInputMethodWindowToken()
1326 mPerUserData.mDisplayIdToImeWindowTokenMap.remove(tokenInfo); in deleteInputMethodWindowToken()
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java2491 for (Pair<Account, String> tokenInfo : deletedTokens) { in invalidateAuthToken()
2492 Account act = tokenInfo.first; in invalidateAuthToken()
2493 String tokenType = tokenInfo.second; in invalidateAuthToken()