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()
2399 final ObbState existingState; in unmountObb() local2401 existingState = mObbPathToStateMap.get(rawPath); in unmountObb()2404 if (existingState != null) { in unmountObb()2407 final ObbState newState = new ObbState(rawPath, existingState.canonicalPath, in unmountObb()2408 callingUid, token, nonce, existingState.volId); in unmountObb()3535 final ObbState existingState; in handleExecute() local3537 existingState = mObbPathToStateMap.get(mObbState.rawPath); in handleExecute()3540 if (existingState == null) { in handleExecute()3544 if (existingState.ownerGid != mObbState.ownerGid) { in handleExecute()3546 "Permission denied to unmount OBB " + existingState.rawPath in handleExecute()[all …]