Searched refs:existingState (Results 1 – 2 of 2) sorted by relevance
347 Call.State existingState = connection.getState(); in updateExistingConnection() local351 if (existingState != newState) { in updateExistingConnection()
2410 final ObbState existingState; in unmountObb() local2412 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() local3557 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 …]