Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalCallTracker.java347 Call.State existingState = connection.getState(); in updateExistingConnection() local
351 if (existingState != newState) { in updateExistingConnection()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java2410 final ObbState existingState; in unmountObb() local
2412 existingState = mObbPathToStateMap.get(rawPath); in unmountObb()
2415 if (existingState != null) { in unmountObb()
2418 final ObbState newState = new ObbState(rawPath, existingState.canonicalPath, in unmountObb()
2419 callingUid, token, nonce, existingState.volId); in unmountObb()
3555 final ObbState existingState; in handleExecute() local
3557 existingState = mObbPathToStateMap.get(mObbState.rawPath); in handleExecute()
3560 if (existingState == null) { in handleExecute()
3564 if (existingState.ownerGid != mObbState.ownerGid) { in handleExecute()
3566 "Permission denied to unmount OBB " + existingState.rawPath in handleExecute()
[all …]